#496923

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

Shades of Green Leaf #496923

Tints of Green Leaf #496923

Color information

#496923 (or 0x496923) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 23. RGB value is (73,105,35). Sum of RGB (Red+Green+Blue) = 73+105+35=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #496923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496923 is #B696DC. Grayscale: #575757. Windows color (decimal): -11966173 or 2320713. OLE color: 2320713.

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

Color convert

RGB7310535-
CMYK0.3000.670.59
HSL87.43º50%27.45%-
HSV(B)87.43º66.67%41.18%-
XYZ8.111.643.41-
YUV87.4598.4117.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=34.27%
G=49.30%
B=16.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105350.3000.670.5987.435027.45
Hex4969231E0433B57321b
Octal11115143360103731276233
Binary100100111010011000111111001000011111011101011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496923; }

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

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

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

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

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

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

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

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