#496421

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

Shades of Green Leaf #496421

Tints of Green Leaf #496421

Color information

#496421 (or 0x496421) is unknown color: approx Green Leaf. HEX triplet: 49, 64 and 21. RGB value is (73,100,33). Sum of RGB (Red+Green+Blue) = 73+100+33=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #496421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496421 is #B69BDE. Grayscale: #545454. Windows color (decimal): -11967455 or 2188361. OLE color: 2188361.

HSL color Cylindrical-coordinate representation of color #496421: hue angle of 84.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496421 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB7310033-
CMYK0.2700.670.61
HSL84.18º50.38%26.08%-
HSV(B)84.18º67%39.22%-
XYZ7.5810.643.09-
YUV84.2999.05119.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=35.44%
G=48.54%
B=16.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100330.2700.670.6184.1850.3826.08
Hex4964211B0433D54321a
Octal11114441330103751246232
Binary100100111001001000011101101000011111101101010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496421; }

 p { color: rgb(73,100,33); }

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

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

 a { background-color: rgb(73,100,33); }

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

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

 span { border-color: rgb(73,100,33); }

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