#084941

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

Shades of Cyprus #084941

Tints of Cyprus #084941

Color information

#084941 (or 0x084941) is unknown color: approx Cyprus. HEX triplet: 08, 49 and 41. RGB value is (8,73,65). Sum of RGB (Red+Green+Blue) = 8+73+65=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #084941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084941 is #F7B6BE. Grayscale: #343434. Windows color (decimal): -16234175 or 4278536. OLE color: 4278536.

HSL color Cylindrical-coordinate representation of color #084941: hue angle of 172.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084941 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB87365-
CMYK0.8900.110.71
HSL172.62º80.25%15.88%-
HSV(B)172.62º89.04%28.63%-
XYZ3.445.25.82-
YUV52.65134.9796.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=5.48%
G=50%
B=44.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873650.8900.110.71172.6280.2515.88
Hex84941590B47ad5010
Octal1011110113101310725512020
Binary100010010011000001101100101011100011110101101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084941; }

 p { color: rgb(8,73,65); }

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

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

 a { background-color: rgb(8,73,65); }

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

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

 span { border-color: rgb(8,73,65); }

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