#496423

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

Shades of Green Leaf #496423

Tints of Green Leaf #496423

Color information

#496423 (or 0x496423) is unknown color: approx Green Leaf. HEX triplet: 49, 64 and 23. RGB value is (73,100,35). Sum of RGB (Red+Green+Blue) = 73+100+35=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #496423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496423 is #B69BDC. Grayscale: #545454. Windows color (decimal): -11967453 or 2319433. OLE color: 2319433.

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

Color convert

RGB7310035-
CMYK0.2700.650.61
HSL84.92º48.15%26.47%-
HSV(B)84.92º65%39.22%-
XYZ7.6110.653.25-
YUV84.52100.05119.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=35.10%
G=48.08%
B=16.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100350.2700.650.6184.9248.1526.47
Hex4964231B0413D55301a
Octal11114443330101751256032
Binary100100111001001000111101101000001111101101010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496423; }

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

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

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

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

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

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

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

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