#049544

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

Shades of Pigment Green #049544

Tints of Pigment Green #049544

Color information

#049544 (or 0x049544) is unknown color: approx Pigment Green. HEX triplet: 04, 95 and 44. RGB value is (4,149,68). Sum of RGB (Red+Green+Blue) = 4+149+68=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #049544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049544 is #FB6ABB. Grayscale: #606060. Windows color (decimal): -16476860 or 4494596. OLE color: 4494596.

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

Color convert

RGB414968-
CMYK0.9700.540.42
HSL146.48º94.77%30%-
HSV(B)146.48º97.32%58.43%-
XYZ11.8421.949.08-
YUV96.41111.9662.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 149 (58.59% from 255) = 67.42%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=1.81%
G=67.42%
B=30.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149680.9700.540.42146.4894.7730
Hex49544610362A925f1e
Octal42251041410665222213736
Binary1001001010110001001100001011011010101010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049544; }

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

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

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

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

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

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

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

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