#049C87

Color #049C87 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #049C87

Tints of Persian Green #049C87

Color information

#049C87 (or 0x049C87) is unknown color: approx Persian Green. HEX triplet: 04, 9C and 87. RGB value is (4,156,135). Sum of RGB (Red+Green+Blue) = 4+156+135=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #049C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049C87 is #FB6378. Grayscale: #6C6C6C. Windows color (decimal): -16475001 or 8887300. OLE color: 8887300.

HSL color Cylindrical-coordinate representation of color #049C87: hue angle of 171.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049C87 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB4156135-
CMYK0.9700.130.39
HSL171.71º95%31.37%-
HSV(B)171.71º97.44%61.18%-
XYZ16.3125.5526.99-
YUV108.16143.1453.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=1.36%
G=52.88%
B=45.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41561350.9700.130.39171.719531.37
Hex49C87610D27ac5f1f
Octal42342071410154725413737
Binary100100111001000011111000010110110011110101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049C87; }

 p { color: rgb(4,156,135); }

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

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

 a { background-color: rgb(4,156,135); }

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

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

 span { border-color: rgb(4,156,135); }

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