Html Css Color HEX #049549 Pigment Green

📋 copy color: '#049549'

red 4 ◦ green 149 ◦ blue 73

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

Shades of Pigment Green #049549

Tints of Pigment Green #049549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

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

R = 1.77%
G = 65.93%
B = 32.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#049549 (or 0x049549) is known color: Pigment Green. HEX triplet: 04, 95 and 49. RGB value is (4,149,73). Sum of RGB (Red+Green+Blue) = 4+149+73=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #049549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049549 is #FB6AB6. Grayscale: #616161. Windows color (decimal): -16476855 or 4822276. OLE color: 4822276.

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

Color convert

RGB 4 149 73 -
CMYK 0.97 0 0.51 0.42
HSL 148.55º 0.95% 0.3% -
HSV(B) 148.55º 0.97% 0.58% -
XYZ 12 22 9.92 -
YUV 96.98 114.46 61.68 -
System Red Green Blue C M Y K H S L
Decimal 4 149 73 0.97 0 0.51 0.42 148.55 0.95 0.3
Hex 4 95 49 61 0 33 2A 95 5F 1E
Octal 4 225 111 141 0 63 52 225 137 36
Binary 100 10010101 1001001 1100001 0 110011 101010 10010101 1011111 11110

Color Harmonies of #049549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049549

Black with #049549

Text Example


Text Example

White with #049549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049549; }

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

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

background-color css

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

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

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

border-color css

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

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

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