#049838

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

Shades of Pigment Green #049838

Tints of Pigment Green #049838

Color information

#049838 (or 0x049838) is unknown color: approx Pigment Green. HEX triplet: 04, 98 and 38. RGB value is (4,152,56). Sum of RGB (Red+Green+Blue) = 4+152+56=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #049838 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049838 is #FB67C7. Grayscale: #616161. Windows color (decimal): -16476104 or 3708932. OLE color: 3708932.

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

Color convert

RGB415256-
CMYK0.9700.630.40
HSL141.08º94.87%30.59%-
HSV(B)141.08º97.37%59.61%-
XYZ11.9922.777.5-
YUV96.8104.9761.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 152 (59.77% from 255) = 71.70%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=1.89%
G=71.70%
B=26.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4152560.9700.630.40141.0894.8730.59
Hex498386103F288d5f1f
Octal4230701410775021513737
Binary100100110001110001100001011111110100010001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049838; }

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

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

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

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

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

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

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

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