#049750

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

Shades of Pigment Green #049750

Tints of Pigment Green #049750

Color information

#049750 (or 0x049750) is unknown color: approx Pigment Green. HEX triplet: 04, 97 and 50. RGB value is (4,151,80). Sum of RGB (Red+Green+Blue) = 4+151+80=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #049750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049750 is #FB68AF. Grayscale: #636363. Windows color (decimal): -16476336 or 5281540. OLE color: 5281540.

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

Color convert

RGB415180-
CMYK0.9700.470.41
HSL151.02º94.84%30.39%-
HSV(B)151.02º97.35%59.22%-
XYZ12.5622.7411.32-
YUV98.95117.360.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=1.70%
G=64.26%
B=34.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4151800.9700.470.41151.0294.8430.39
Hex497506102F29975f1e
Octal42271201410575122713736
Binary1001001011110100001100001010111110100110010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049750; }

 p { color: rgb(4,151,80); }

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

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

 a { background-color: rgb(4,151,80); }

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

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

 span { border-color: rgb(4,151,80); }

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