Html Css Color HEX #049044 Pigment Green

📋 copy color: '#049044'

red 4 ◦ green 144 ◦ blue 68

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

Shades of Pigment Green #049044

Tints of Pigment Green #049044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.67%

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 1.85%
G = 66.67%
B = 31.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#049044 (or 0x049044) is known color: Pigment Green. HEX triplet: 04, 90 and 44. RGB value is (4,144,68). Sum of RGB (Red+Green+Blue) = 4+144+68=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #049044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049044 is #FB6FBB. Grayscale: #5D5D5D. Windows color (decimal): -16478140 or 4493316. OLE color: 4493316.

HSL color Cylindrical-coordinate representation of color #049044: hue angle of 147.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049044 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 68 -
CMYK 0.97 0 0.53 0.44
HSL 147.43º 0.95% 0.29% -
HSV(B) 147.43º 0.97% 0.56% -
XYZ 11.07 20.39 8.82 -
YUV 93.48 113.62 64.18 -
System Red Green Blue C M Y K H S L
Decimal 4 144 68 0.97 0 0.53 0.44 147.43 0.95 0.29
Hex 4 90 44 61 0 35 2C 93 5F 1D
Octal 4 220 104 141 0 65 54 223 137 35
Binary 100 10010000 1000100 1100001 0 110101 101100 10010011 1011111 11101

Color Harmonies of #049044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049044

Black with #049044

Text Example


Text Example

White with #049044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049044; }

 p { color: rgb(4,144,68); }

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

background-color css

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

 a { background-color: rgb(4,144,68); }

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

border-color css

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

 span { border-color: rgb(4,144,68); }

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