Html Css Color HEX #049434 Pigment Green

📋 copy color: '#049434'

red 4 ◦ green 148 ◦ blue 52

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

Shades of Pigment Green #049434

Tints of Pigment Green #049434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 72.55%

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 1.96%
G = 72.55%
B = 25.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#049434 (or 0x049434) is known color: Pigment Green. HEX triplet: 04, 94 and 34. RGB value is (4,148,52). Sum of RGB (Red+Green+Blue) = 4+148+52=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #049434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049434 is #FB6BCB. Grayscale: #5E5E5E. Windows color (decimal): -16477132 or 3445764. OLE color: 3445764.

HSL color Cylindrical-coordinate representation of color #049434: hue angle of 140º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049434 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 52 -
CMYK 0.97 0 0.65 0.42
HSL 140º 0.95% 0.3% -
HSV(B) 140º 0.97% 0.58% -
XYZ 11.26 21.45 6.8 -
YUV 94 104.29 63.81 -
System Red Green Blue C M Y K H S L
Decimal 4 148 52 0.97 0 0.65 0.42 140 0.95 0.3
Hex 4 94 34 61 0 41 2A 8C 5F 1E
Octal 4 224 64 141 0 101 52 214 137 36
Binary 100 10010100 110100 1100001 0 1000001 101010 10001100 1011111 11110

Color Harmonies of #049434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049434

Black with #049434

Text Example


Text Example

White with #049434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049434; }

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

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

background-color css

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

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

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

border-color css

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

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

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