#496327

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

Shades of Green Leaf #496327

Tints of Green Leaf #496327

Color information

#496327 (or 0x496327) is unknown color: approx Green Leaf. HEX triplet: 49, 63 and 27. RGB value is (73,99,39). Sum of RGB (Red+Green+Blue) = 73+99+39=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #496327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496327 is #B69CD8. Grayscale: #545454. Windows color (decimal): -11967705 or 2581321. OLE color: 2581321.

HSL color Cylindrical-coordinate representation of color #496327: hue angle of 86º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496327 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB739939-
CMYK0.2600.610.61
HSL86º43.48%27.06%-
HSV(B)86º60.61%38.82%-
XYZ7.5810.493.54-
YUV84.39102.39119.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=34.60%
G=46.92%
B=18.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399390.2600.610.618643.4827.06
Hex4963271A03D3D562b1b
Octal1111434732075751265333
Binary10010011100011100111110100111101111101101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496327; }

 p { color: rgb(73,99,39); }

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

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

 a { background-color: rgb(73,99,39); }

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

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

 span { border-color: rgb(73,99,39); }

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