#496824

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

Shades of Green Leaf #496824

Tints of Green Leaf #496824

Color information

#496824 (or 0x496824) is unknown color: approx Green Leaf. HEX triplet: 49, 68 and 24. RGB value is (73,104,36). Sum of RGB (Red+Green+Blue) = 73+104+36=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #496824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496824 is #B697DB. Grayscale: #575757. Windows color (decimal): -11966428 or 2385993. OLE color: 2385993.

HSL color Cylindrical-coordinate representation of color #496824: hue angle of 87.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496824 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB7310436-
CMYK0.3000.650.59
HSL87.35º48.57%27.45%-
HSV(B)87.35º65.38%40.78%-
XYZ8.0211.443.46-
YUV86.9899.23118.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=34.27%
G=48.83%
B=16.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104360.3000.650.5987.3548.5727.45
Hex4968241E0413B57311b
Octal11115044360101731276133
Binary100100111010001001001111001000001111011101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496824; }

 p { color: rgb(73,104,36); }

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

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

 a { background-color: rgb(73,104,36); }

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

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

 span { border-color: rgb(73,104,36); }

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