#049A46

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

Shades of Pigment Green #049A46

Tints of Pigment Green #049A46

Color information

#049A46 (or 0x049A46) is unknown color: approx Pigment Green. HEX triplet: 04, 9A and 46. RGB value is (4,154,70). Sum of RGB (Red+Green+Blue) = 4+154+70=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 154 (60.55% from 255 or 67.54% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 154 - color contains mainly: green. Hex color #049A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A46 is #FB65B9. Grayscale: #636363. Windows color (decimal): -16475578 or 4626948. OLE color: 4626948.

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

Color convert

RGB415470-
CMYK0.9700.550.40
HSL146.4º94.94%30.98%-
HSV(B)146.4º97.4%60.39%-
XYZ12.7123.589.68-
YUV99.57111.359.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 154 (60.55% from 255) = 67.54%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=1.75%
G=67.54%
B=30.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4154700.9700.550.40146.494.9430.98
Hex49A466103728925f1f
Octal42321061410675022213737
Binary1001001101010001101100001011011110100010010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,154,70); }

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

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

 a { background-color: rgb(4,154,70); }

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

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

 span { border-color: rgb(4,154,70); }

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