#049645

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

Shades of Pigment Green #049645

Tints of Pigment Green #049645

Color information

#049645 (or 0x049645) is unknown color: approx Pigment Green. HEX triplet: 04, 96 and 45. RGB value is (4,150,69). Sum of RGB (Red+Green+Blue) = 4+150+69=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #049645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049645 is #FB69BA. Grayscale: #616161. Windows color (decimal): -16476603 or 4560388. OLE color: 4560388.

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

Color convert

RGB415069-
CMYK0.9700.540.41
HSL146.71º94.81%30.2%-
HSV(B)146.71º97.33%58.82%-
XYZ12.0322.279.29-
YUV97.11112.1361.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 150 (58.98% from 255) = 67.26%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=1.79%
G=67.26%
B=30.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4150690.9700.540.41146.7194.8130.2
Hex496456103629935f1e
Octal42261051410665122313736
Binary1001001011010001011100001011011010100110010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049645; }

 p { color: rgb(4,150,69); }

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

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

 a { background-color: rgb(4,150,69); }

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

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

 span { border-color: rgb(4,150,69); }

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