Html Css Color HEX #049E32 Pigment Green

📋 copy color: '#049E32'

red 4 ◦ green 158 ◦ blue 50

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

Shades of Pigment Green #049E32

Tints of Pigment Green #049E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 74.53%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 1.89%
G = 74.53%
B = 23.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#049E32 (or 0x049E32) is known color: Pigment Green. HEX triplet: 04, 9E and 32. RGB value is (4,158,50). Sum of RGB (Red+Green+Blue) = 4+158+50=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 158 (62.11% from 255 or 74.53% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 158 - color contains mainly: green. Hex color #049E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049E32 is #FB61CD. Grayscale: #636363. Windows color (decimal): -16474574 or 3317252. OLE color: 3317252.

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

Color convert

RGB 4 158 50 -
CMYK 0.97 0 0.68 0.38
HSL 137.92º 0.95% 0.32% -
HSV(B) 137.92º 0.97% 0.62% -
XYZ 12.85 24.71 7.11 -
YUV 99.64 99.98 59.78 -
System Red Green Blue C M Y K H S L
Decimal 4 158 50 0.97 0 0.68 0.38 137.92 0.95 0.32
Hex 4 9E 32 61 0 44 26 8A 5F 20
Octal 4 236 62 141 0 104 46 212 137 40
Binary 100 10011110 110010 1100001 0 1000100 100110 10001010 1011111 100000

Color Harmonies of #049E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049E32

Black with #049E32

Text Example


Text Example

White with #049E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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