Html Css Color HEX #049045 Pigment Green

📋 copy color: '#049045'

red 4 ◦ green 144 ◦ blue 69

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

Shades of Pigment Green #049045

Tints of Pigment Green #049045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 1.84%
G = 66.36%
B = 31.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#049045 (or 0x049045) is known color: Pigment Green. HEX triplet: 04, 90 and 45. RGB value is (4,144,69). Sum of RGB (Red+Green+Blue) = 4+144+69=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #049045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049045 is #FB6FBA. Grayscale: #5D5D5D. Windows color (decimal): -16478139 or 4558852. OLE color: 4558852.

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

Color convert

RGB 4 144 69 -
CMYK 0.97 0 0.52 0.44
HSL 147.86º 0.95% 0.29% -
HSV(B) 147.86º 0.97% 0.56% -
XYZ 11.1 20.4 8.98 -
YUV 93.59 114.12 64.1 -
System Red Green Blue C M Y K H S L
Decimal 4 144 69 0.97 0 0.52 0.44 147.86 0.95 0.29
Hex 4 90 45 61 0 34 2C 94 5F 1D
Octal 4 220 105 141 0 64 54 224 137 35
Binary 100 10010000 1000101 1100001 0 110100 101100 10010100 1011111 11101

Color Harmonies of #049045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049045

Black with #049045

Text Example


Text Example

White with #049045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049045; }

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

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

background-color css

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

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

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

border-color css

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

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

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