Html Css Color HEX #049849 Pigment Green

📋 copy color: '#049849'

red 4 ◦ green 152 ◦ blue 73

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

Shades of Pigment Green #049849

Tints of Pigment Green #049849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 66.38%

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

R = 1.75%
G = 66.38%
B = 31.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#049849 (or 0x049849) is known color: Pigment Green. HEX triplet: 04, 98 and 49. RGB value is (4,152,73). Sum of RGB (Red+Green+Blue) = 4+152+73=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #049849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049849 is #FB67B6. Grayscale: #626262. Windows color (decimal): -16476087 or 4823044. OLE color: 4823044.

HSL color Cylindrical-coordinate representation of color #049849: hue angle of 147.97º 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 #049849 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 73 -
CMYK 0.97 0 0.52 0.40
HSL 147.97º 0.95% 0.31% -
HSV(B) 147.97º 0.97% 0.6% -
XYZ 12.48 22.96 10.08 -
YUV 98.74 113.47 60.42 -
System Red Green Blue C M Y K H S L
Decimal 4 152 73 0.97 0 0.52 0.40 147.97 0.95 0.31
Hex 4 98 49 61 0 34 28 94 5F 1F
Octal 4 230 111 141 0 64 50 224 137 37
Binary 100 10011000 1001001 1100001 0 110100 101000 10010100 1011111 11111

Color Harmonies of #049849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049849

Black with #049849

Text Example


Text Example

White with #049849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049849; }

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

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

background-color css

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

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

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

border-color css

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

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

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