#496427

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

Shades of Green Leaf #496427

Tints of Green Leaf #496427

Color information

#496427 (or 0x496427) is unknown color: approx Green Leaf. HEX triplet: 49, 64 and 27. RGB value is (73,100,39). Sum of RGB (Red+Green+Blue) = 73+100+39=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #496427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496427 is #B69BD8. Grayscale: #555555. Windows color (decimal): -11967449 or 2581577. OLE color: 2581577.

HSL color Cylindrical-coordinate representation of color #496427: hue angle of 86.56º degrees, saturation: 0.44, 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 #496427 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB7310039-
CMYK0.2700.610.61
HSL86.56º43.88%27.25%-
HSV(B)86.56º61%39.22%-
XYZ7.6710.683.58-
YUV84.97102.05119.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=34.43%
G=47.17%
B=18.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100390.2700.610.6186.5643.8827.25
Hex4964271B03D3D572c1b
Octal1111444733075751275433
Binary10010011100100100111110110111101111101101011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496427; }

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

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

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

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

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

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

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

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