#049C45

Color #049C45 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #049C45

Tints of Pigment Green #049C45

Color information

#049C45 (or 0x049C45) is unknown color: approx Pigment Green. HEX triplet: 04, 9C and 45. RGB value is (4,156,69). Sum of RGB (Red+Green+Blue) = 4+156+69=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #049C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049C45 is #FB63BA. Grayscale: #646464. Windows color (decimal): -16475067 or 4561924. OLE color: 4561924.

HSL color Cylindrical-coordinate representation of color #049C45: hue angle of 145.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049C45 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB415669-
CMYK0.9700.560.39
HSL145.66º95%31.37%-
HSV(B)145.66º97.44%61.18%-
XYZ13.0124.239.62-
YUV100.63110.1459.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 156 (61.33% from 255) = 68.12%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=1.75%
G=68.12%
B=30.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4156690.9700.560.39145.669531.37
Hex49C456103827925f1f
Octal42341051410704722213737
Binary1001001110010001011100001011100010011110010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049C45; }

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

 H1.HeaderClassName
 {
   color: #049C45;
 }
 .AnyTagClassName
 {
   color: #049C45;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #049C45;
 }
 .BgClassName
 {
   background-color: #049C45;
 }
</style>
border-color css

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

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

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