#049550

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

Shades of Pigment Green #049550

Tints of Pigment Green #049550

Color information

#049550 (or 0x049550) is unknown color: approx Pigment Green. HEX triplet: 04, 95 and 50. RGB value is (4,149,80). Sum of RGB (Red+Green+Blue) = 4+149+80=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #049550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049550 is #FB6AAF. Grayscale: #616161. Windows color (decimal): -16476848 or 5281028. OLE color: 5281028.

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

Color convert

RGB414980-
CMYK0.9700.460.42
HSL151.45º94.77%30%-
HSV(B)151.45º97.32%58.43%-
XYZ12.2522.111.21-
YUV97.78117.9661.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=1.72%
G=63.95%
B=34.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149800.9700.460.42151.4594.7730
Hex495506102E2A975f1e
Octal42251201410565222713736
Binary1001001010110100001100001010111010101010010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049550; }

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

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

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

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

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

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

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

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