Html Css Color HEX #049144 Pigment Green

📋 copy color: '#049144'

red 4 ◦ green 145 ◦ blue 68

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

Shades of Pigment Green #049144

Tints of Pigment Green #049144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 66.82%

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

R = 1.84%
G = 66.82%
B = 31.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#049144 (or 0x049144) is known color: Pigment Green. HEX triplet: 04, 91 and 44. RGB value is (4,145,68). Sum of RGB (Red+Green+Blue) = 4+145+68=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #049144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049144 is #FB6EBB. Grayscale: #5E5E5E. Windows color (decimal): -16477884 or 4493572. OLE color: 4493572.

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

Color convert

RGB 4 145 68 -
CMYK 0.97 0 0.53 0.43
HSL 147.23º 0.95% 0.29% -
HSV(B) 147.23º 0.97% 0.57% -
XYZ 11.22 20.69 8.87 -
YUV 94.06 113.29 63.76 -
System Red Green Blue C M Y K H S L
Decimal 4 145 68 0.97 0 0.53 0.43 147.23 0.95 0.29
Hex 4 91 44 61 0 35 2B 93 5F 1D
Octal 4 221 104 141 0 65 53 223 137 35
Binary 100 10010001 1000100 1100001 0 110101 101011 10010011 1011111 11101

Color Harmonies of #049144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049144

Black with #049144

Text Example


Text Example

White with #049144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049144; }

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

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

background-color css

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

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

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

border-color css

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

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

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