#049438

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

Shades of Pigment Green #049438

Tints of Pigment Green #049438

Color information

#049438 (or 0x049438) is unknown color: approx Pigment Green. HEX triplet: 04, 94 and 38. RGB value is (4,148,56). Sum of RGB (Red+Green+Blue) = 4+148+56=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #049438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049438 is #FB6BC7. Grayscale: #5E5E5E. Windows color (decimal): -16477128 or 3707908. OLE color: 3707908.

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

Color convert

RGB414856-
CMYK0.9700.620.42
HSL141.67º94.74%29.8%-
HSV(B)141.67º97.3%58.04%-
XYZ11.3521.497.29-
YUV94.46106.2963.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 148 (58.20% from 255) = 71.15%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=1.92%
G=71.15%
B=26.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148560.9700.620.42141.6794.7429.8
Hex494386103E2A8e5f1e
Octal4224701410765221613736
Binary100100101001110001100001011111010101010001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049438; }

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

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

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

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

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

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

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

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