#496926

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

Shades of Green Leaf #496926

Tints of Green Leaf #496926

Color information

#496926 (or 0x496926) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 26. RGB value is (73,105,38). Sum of RGB (Red+Green+Blue) = 73+105+38=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #496926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496926 is #B696D9. Grayscale: #585858. Windows color (decimal): -11966170 or 2517321. OLE color: 2517321.

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

Color convert

RGB7310538-
CMYK0.3000.640.59
HSL88.66º46.85%28.04%-
HSV(B)88.66º63.81%41.18%-
XYZ8.1511.663.65-
YUV87.7999.9117.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=33.80%
G=48.61%
B=17.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105380.3000.640.5988.6646.8528.04
Hex4969261E0403B592f1c
Octal11115146360100731315734
Binary100100111010011001101111001000000111011101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496926; }

 p { color: rgb(73,105,38); }

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

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

 a { background-color: rgb(73,105,38); }

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

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

 span { border-color: rgb(73,105,38); }

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