#049442

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

Shades of Pigment Green #049442

Tints of Pigment Green #049442

Color information

#049442 (or 0x049442) is unknown color: approx Pigment Green. HEX triplet: 04, 94 and 42. RGB value is (4,148,66). Sum of RGB (Red+Green+Blue) = 4+148+66=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #049442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049442 is #FB6BBD. Grayscale: #5F5F5F. Windows color (decimal): -16477118 or 4363268. OLE color: 4363268.

HSL color Cylindrical-coordinate representation of color #049442: hue angle of 145.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049442 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB414866-
CMYK0.9700.550.42
HSL145.83º94.74%29.8%-
HSV(B)145.83º97.3%58.04%-
XYZ11.6221.68.71-
YUV95.6111.2962.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=1.83%
G=67.89%
B=30.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148660.9700.550.42145.8394.7429.8
Hex49442610372A925f1e
Octal42241021410675222213736
Binary1001001010010000101100001011011110101010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049442; }

 p { color: rgb(4,148,66); }

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

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

 a { background-color: rgb(4,148,66); }

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

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

 span { border-color: rgb(4,148,66); }

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