#496521

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

Shades of Green Leaf #496521

Tints of Green Leaf #496521

Color information

#496521 (or 0x496521) is unknown color: approx Green Leaf. HEX triplet: 49, 65 and 21. RGB value is (73,101,33). Sum of RGB (Red+Green+Blue) = 73+101+33=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #496521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496521 is #B69ADE. Grayscale: #555555. Windows color (decimal): -11967199 or 2188617. OLE color: 2188617.

HSL color Cylindrical-coordinate representation of color #496521: hue angle of 84.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496521 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB7310133-
CMYK0.2800.670.60
HSL84.71º50.75%26.27%-
HSV(B)84.71º67.33%39.61%-
XYZ7.6810.833.13-
YUV84.8898.72119.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=35.27%
G=48.79%
B=15.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101330.2800.670.6084.7150.7526.27
Hex4965211C0433C55331a
Octal11114541340103741256332
Binary100100111001011000011110001000011111100101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496521; }

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

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

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

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

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

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

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

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