#049B45

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

Shades of Pigment Green #049B45

Tints of Pigment Green #049B45

Color information

#049B45 (or 0x049B45) is unknown color: approx Pigment Green. HEX triplet: 04, 9B and 45. RGB value is (4,155,69). Sum of RGB (Red+Green+Blue) = 4+155+69=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #049B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049B45 is #FB64BA. Grayscale: #646464. Windows color (decimal): -16475323 or 4561668. OLE color: 4561668.

HSL color Cylindrical-coordinate representation of color #049B45: hue angle of 145.83º 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 #049B45 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB415569-
CMYK0.9700.550.39
HSL145.83º94.97%31.18%-
HSV(B)145.83º97.42%60.78%-
XYZ12.8523.99.57-
YUV100.05110.4759.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 155 (60.94% from 255) = 67.98%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=1.75%
G=67.98%
B=30.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4155690.9700.550.39145.8394.9731.18
Hex49B456103727925f1f
Octal42331051410674722213737
Binary1001001101110001011100001011011110011110010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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