#049E90

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

Shades of Persian Green #049E90

Tints of Persian Green #049E90

Color information

#049E90 (or 0x049E90) is unknown color: approx Persian Green. HEX triplet: 04, 9E and 90. RGB value is (4,158,144). Sum of RGB (Red+Green+Blue) = 4+158+144=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #049E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049E90 is #FB616F. Grayscale: #6E6E6E. Windows color (decimal): -16474480 or 9477636. OLE color: 9477636.

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

Color convert

RGB4158144-
CMYK0.9700.090.38
HSL174.55º95.06%31.76%-
HSV(B)174.55º97.47%61.96%-
XYZ17.3126.4930.59-
YUV110.36146.9852.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=1.31%
G=51.63%
B=47.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581440.9700.090.38174.5595.0631.76
Hex49E90610926af5f20
Octal42362201410114625713740
Binary1001001111010010000110000101001100110101011111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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