#049C91

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

Shades of Persian Green #049C91

Tints of Persian Green #049C91

Color information

#049C91 (or 0x049C91) is unknown color: approx Persian Green. HEX triplet: 04, 9C and 91. RGB value is (4,156,145). Sum of RGB (Red+Green+Blue) = 4+156+145=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #049C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049C91 is #FB636E. Grayscale: #6D6D6D. Windows color (decimal): -16474991 or 9542660. OLE color: 9542660.

HSL color Cylindrical-coordinate representation of color #049C91: hue angle of 175.66º 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 #049C91 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB4156145-
CMYK0.9700.070.39
HSL175.66º95%31.37%-
HSV(B)175.66º97.44%61.18%-
XYZ17.0525.8530.88-
YUV109.3148.1452.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=1.31%
G=51.15%
B=47.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41561450.9700.070.39175.669531.37
Hex49C91610727b05f1f
Octal4234221141074726013737
Binary10010011100100100011100001011110011110110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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