#497215

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

Shades of Green Leaf #497215

Tints of Green Leaf #497215

Color information

#497215 (or 0x497215) is unknown color: approx Green Leaf. HEX triplet: 49, 72 and 15. RGB value is (73,114,21). Sum of RGB (Red+Green+Blue) = 73+114+21=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #497215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497215 is #B68DEA. Grayscale: #5B5B5B. Windows color (decimal): -11963883 or 1405513. OLE color: 1405513.

HSL color Cylindrical-coordinate representation of color #497215: hue angle of 86.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497215 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB7311421-
CMYK0.3600.820.55
HSL86.45º68.89%26.47%-
HSV(B)86.45º81.58%44.71%-
XYZ8.913.512.85-
YUV91.1488.42115.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=35.10%
G=54.81%
B=10.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114210.3600.820.5586.4568.8926.47
Hex497215240523756451a
Octal111162254401226712610532
Binary1001001111001010101100100010100101101111010110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497215; }

 p { color: rgb(73,114,21); }

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

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

 a { background-color: rgb(73,114,21); }

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

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

 span { border-color: rgb(73,114,21); }

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