#049952

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

Shades of Pigment Green #049952

Tints of Pigment Green #049952

Color information

#049952 (or 0x049952) is unknown color: approx Pigment Green. HEX triplet: 04, 99 and 52. RGB value is (4,153,82). Sum of RGB (Red+Green+Blue) = 4+153+82=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #049952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049952 is #FB66AD. Grayscale: #646464. Windows color (decimal): -16475822 or 5413124. OLE color: 5413124.

HSL color Cylindrical-coordinate representation of color #049952: hue angle of 151.41º 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 #049952 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB415382-
CMYK0.9700.460.4
HSL151.41º94.9%30.78%-
HSV(B)151.41º97.39%60%-
XYZ12.9623.4211.82-
YUV100.35117.6459.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 153 (60.16% from 255) = 64.02%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=1.67%
G=64.02%
B=34.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4153820.9700.460.4151.4194.930.78
Hex499526102E28975f1f
Octal42311221410565022713737
Binary1001001100110100101100001010111010100010010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049952; }

 p { color: rgb(4,153,82); }

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

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

 a { background-color: rgb(4,153,82); }

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

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

 span { border-color: rgb(4,153,82); }

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