#049E91

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

Shades of Persian Green #049E91

Tints of Persian Green #049E91

Color information

#049E91 (or 0x049E91) is unknown color: approx Persian Green. HEX triplet: 04, 9E and 91. RGB value is (4,158,145). Sum of RGB (Red+Green+Blue) = 4+158+145=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #049E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049E91 is #FB616E. Grayscale: #6E6E6E. Windows color (decimal): -16474479 or 9543172. OLE color: 9543172.

HSL color Cylindrical-coordinate representation of color #049E91: hue angle of 174.94º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049E91 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB4158145-
CMYK0.9700.080.38
HSL174.94º95.06%31.76%-
HSV(B)174.94º97.47%61.96%-
XYZ17.3926.5230.99-
YUV110.47147.4852.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=1.30%
G=51.47%
B=47.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581450.9700.080.38174.9495.0631.76
Hex49E91610826af5f20
Octal42362211410104625713740
Binary1001001111010010001110000101000100110101011111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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