Html Css Color HEX #049F94 Persian Green

📋 copy color: '#049F94'

red 4 ◦ green 159 ◦ blue 148

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

Shades of Persian Green #049F94

Tints of Persian Green #049F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 1.29%
G = 51.13%
B = 47.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#049F94 (or 0x049F94) is known color: Persian Green. HEX triplet: 04, 9F and 94. RGB value is (4,159,148). Sum of RGB (Red+Green+Blue) = 4+159+148=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #049F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049F94 is #FB606B. Grayscale: #6F6F6F. Windows color (decimal): -16474220 or 9740036. OLE color: 9740036.

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

Color convert

RGB 4 159 148 -
CMYK 0.97 0 0.07 0.38
HSL 175.74º 0.95% 0.32% -
HSV(B) 175.74º 0.97% 0.62% -
XYZ 17.79 26.96 32.28 -
YUV 111.4 148.65 51.39 -
System Red Green Blue C M Y K H S L
Decimal 4 159 148 0.97 0 0.07 0.38 175.74 0.95 0.32
Hex 4 9F 94 61 0 7 26 B0 5F 20
Octal 4 237 224 141 0 7 46 260 137 40
Binary 100 10011111 10010100 1100001 0 111 100110 10110000 1011111 100000

Color Harmonies of #049F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049F94

Black with #049F94

Text Example


Text Example

White with #049F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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