Html Css Color HEX #049F91 Persian Green

📋 copy color: '#049F91'

red 4 ◦ green 159 ◦ blue 145

#049F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #049F91

Tints of Persian Green #049F91

RGB

 RED value IS 4 (1.95% from 255) = 1.3%

 GREEN value IS 159 (62.5% from 255) = 51.62%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 1.3%
G = 51.62%
B = 47.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#049F91 (or 0x049F91) is known color: Persian Green. HEX triplet: 04, 9F and 91. RGB value is (4,159,145). Sum of RGB (Red+Green+Blue) = 4+159+145=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #049F91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049F91 is #FB606E. Grayscale: #6E6E6E. Windows color (decimal): -16474223 or 9543428. OLE color: 9543428.

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

Color convert

RGB 4 159 145 -
CMYK 0.97 0 0.09 0.38
HSL 174.58º 0.95% 0.32% -
HSV(B) 174.58º 0.97% 0.62% -
XYZ 17.56 26.87 31.05 -
YUV 111.06 147.15 51.64 -
System Red Green Blue C M Y K H S L
Decimal 4 159 145 0.97 0 0.09 0.38 174.58 0.95 0.32
Hex 4 9F 91 61 0 9 26 AF 5F 20
Octal 4 237 221 141 0 11 46 257 137 40
Binary 100 10011111 10010001 1100001 0 1001 100110 10101111 1011111 100000

Color Harmonies of #049F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049F91

Black with #049F91

Text Example


Text Example

White with #049F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #049F91;
 }
 .AnyTagClassName
 {
   color: #049F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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