#08574A

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

Shades of Cyprus #08574A

Tints of Cyprus #08574A

Color information

#08574A (or 0x08574A) is unknown color: approx Cyprus. HEX triplet: 08, 57 and 4A. RGB value is (8,87,74). Sum of RGB (Red+Green+Blue) = 8+87+74=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #08574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08574A is #F7A8B5. Grayscale: #3D3D3D. Windows color (decimal): -16230582 or 4871944. OLE color: 4871944.

HSL color Cylindrical-coordinate representation of color #08574A: hue angle of 170.13º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08574A is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB88774-
CMYK0.9100.150.66
HSL170.13º83.16%18.63%-
HSV(B)170.13º90.8%34.12%-
XYZ4.747.367.65-
YUV61.9134.8389.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=4.73%
G=51.48%
B=43.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal887740.9100.150.66170.1383.1618.63
Hex8574A5B0F42aa5313
Octal1012711213301710225212323
Binary100010101111001010101101101111100001010101010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08574A; }

 p { color: rgb(8,87,74); }

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

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

 a { background-color: rgb(8,87,74); }

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

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

 span { border-color: rgb(8,87,74); }

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