#084D43

Color #084D43 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #084D43

Tints of Cyprus #084D43

Color information

#084D43 (or 0x084D43) is unknown color: approx Cyprus. HEX triplet: 08, 4D and 43. RGB value is (8,77,67). Sum of RGB (Red+Green+Blue) = 8+77+67=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #084D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D43 is #F7B2BC. Grayscale: #373737. Windows color (decimal): -16233149 or 4410632. OLE color: 4410632.

HSL color Cylindrical-coordinate representation of color #084D43: hue angle of 171.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D43 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB87767-
CMYK0.9000.130.70
HSL171.3º81.18%16.67%-
HSV(B)171.3º89.61%30.2%-
XYZ3.775.766.22-
YUV55.23134.6494.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 77 (30.47% from 255) = 50.66%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=5.26%
G=50.66%
B=44.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877670.9000.130.70171.381.1816.67
Hex84D435A0D46ab5111
Octal1011510313201510625312121
Binary100010011011000011101101001101100011010101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084D43; }

 p { color: rgb(8,77,67); }

 H1.HeaderClassName
 {
   color: #084D43;
 }
 .AnyTagClassName
 {
   color: #084D43;
 }
</style>
background-color css

<style>
 a { background-color: #084D43; }

 a { background-color: rgb(8,77,67); }

 div.DivClassName
 {
   background-color: #084D43;
 }
 .BgClassName
 {
   background-color: #084D43;
 }
</style>
border-color css

<style>
 span { border-color: #084D43; }

 span { border-color: rgb(8,77,67); }

 td.TdClassName
 {
   border-color: #084D43;
 }
 .TagClassName
 {
   border-color: #084D43;
 }
</style>