#049A4A

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

Shades of Pigment Green #049A4A

Tints of Pigment Green #049A4A

Color information

#049A4A (or 0x049A4A) is unknown color: approx Pigment Green. HEX triplet: 04, 9A and 4A. RGB value is (4,154,74). Sum of RGB (Red+Green+Blue) = 4+154+74=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #049A4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A4A is #FB65B5. Grayscale: #646464. Windows color (decimal): -16475574 or 4889092. OLE color: 4889092.

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

Color convert

RGB415474-
CMYK0.9700.520.40
HSL148º94.94%30.98%-
HSV(B)148º97.4%60.39%-
XYZ12.8423.6310.36-
YUV100.03113.359.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 154 (60.55% from 255) = 66.38%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=1.72%
G=66.38%
B=31.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4154740.9700.520.4014894.9430.98
Hex49A4A6103428945f1f
Octal42321121410645022413737
Binary1001001101010010101100001011010010100010010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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