#496525

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

Shades of Green Leaf #496525

Tints of Green Leaf #496525

Color information

#496525 (or 0x496525) is unknown color: approx Green Leaf. HEX triplet: 49, 65 and 25. RGB value is (73,101,37). Sum of RGB (Red+Green+Blue) = 73+101+37=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #496525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496525 is #B69ADA. Grayscale: #555555. Windows color (decimal): -11967195 or 2450761. OLE color: 2450761.

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

Color convert

RGB7310137-
CMYK0.2800.630.60
HSL86.25º46.38%27.06%-
HSV(B)86.25º63.37%39.61%-
XYZ7.7410.863.44-
YUV85.33100.72119.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=34.60%
G=47.87%
B=17.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101370.2800.630.6086.2546.3827.06
Hex4965251C03F3C562e1b
Octal1111454534077741265633
Binary10010011100101100101111000111111111100101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496525; }

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

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

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

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

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

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

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

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