#496A25

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

Shades of Green Leaf #496A25

Tints of Green Leaf #496A25

Color information

#496A25 (or 0x496A25) is unknown color: approx Green Leaf. HEX triplet: 49, 6A and 25. RGB value is (73,106,37). Sum of RGB (Red+Green+Blue) = 73+106+37=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #496A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A25 is #B695DA. Grayscale: #585858. Windows color (decimal): -11965915 or 2452041. OLE color: 2452041.

HSL color Cylindrical-coordinate representation of color #496A25: hue angle of 88.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496A25 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB7310637-
CMYK0.3100.650.58
HSL88.7º48.25%28.04%-
HSV(B)88.7º65.09%41.57%-
XYZ8.2411.863.61-
YUV88.2799.07117.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=33.80%
G=49.07%
B=17.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106370.3100.650.5888.748.2528.04
Hex496A251F0413A59301c
Octal11115245370101721316034
Binary100100111010101001011111101000001111010101100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A25; }

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

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

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

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

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

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

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

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