Html Css Color HEX #049949 Pigment Green

📋 copy color: '#049949'

red 4 ◦ green 153 ◦ blue 73

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

Shades of Pigment Green #049949

Tints of Pigment Green #049949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 66.52%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 1.74%
G = 66.52%
B = 31.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#049949 (or 0x049949) is known color: Pigment Green. HEX triplet: 04, 99 and 49. RGB value is (4,153,73). Sum of RGB (Red+Green+Blue) = 4+153+73=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #049949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049949 is #FB66B6. Grayscale: #636363. Windows color (decimal): -16475831 or 4823300. OLE color: 4823300.

HSL color Cylindrical-coordinate representation of color #049949: hue angle of 147.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049949 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 73 -
CMYK 0.97 0 0.52 0.4
HSL 147.79º 0.95% 0.31% -
HSV(B) 147.79º 0.97% 0.6% -
XYZ 12.64 23.29 10.13 -
YUV 99.33 113.14 60 -
System Red Green Blue C M Y K H S L
Decimal 4 153 73 0.97 0 0.52 0.4 147.79 0.95 0.31
Hex 4 99 49 61 0 34 28 94 5F 1F
Octal 4 231 111 141 0 64 50 224 137 37
Binary 100 10011001 1001001 1100001 0 110100 101000 10010100 1011111 11111

Color Harmonies of #049949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049949

Black with #049949

Text Example


Text Example

White with #049949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049949; }

 p { color: rgb(4,153,73); }

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

background-color css

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

 a { background-color: rgb(4,153,73); }

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

border-color css

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

 span { border-color: rgb(4,153,73); }

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