#049246

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

Shades of Pigment Green #049246

Tints of Pigment Green #049246

Color information

#049246 (or 0x049246) is unknown color: approx Pigment Green. HEX triplet: 04, 92 and 46. RGB value is (4,146,70). Sum of RGB (Red+Green+Blue) = 4+146+70=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #049246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049246 is #FB6DB9. Grayscale: #5F5F5F. Windows color (decimal): -16477626 or 4624900. OLE color: 4624900.

HSL color Cylindrical-coordinate representation of color #049246: hue angle of 147.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049246 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB414670-
CMYK0.9700.520.43
HSL147.89º94.67%29.41%-
HSV(B)147.89º97.26%57.25%-
XYZ11.4321.039.25-
YUV94.88113.9663.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.82%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=1.82%
G=66.36%
B=31.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4146700.9700.520.43147.8994.6729.41
Hex49246610342B945f1d
Octal42221061410645322413735
Binary1001001001010001101100001011010010101110010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049246; }

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

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

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

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

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

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

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

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