#497905

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

Shades of Green Leaf #497905

Tints of Green Leaf #497905

Color information

#497905 (or 0x497905) is unknown color: approx Green Leaf. HEX triplet: 49, 79 and 05. RGB value is (73,121,5). Sum of RGB (Red+Green+Blue) = 73+121+5=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 121 (47.66% from 255 or 60.80% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 121 - color contains mainly: green. Hex color #497905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497905 is #B686FA. Grayscale: #5D5D5D. Windows color (decimal): -11962107 or 358729. OLE color: 358729.

HSL color Cylindrical-coordinate representation of color #497905: hue angle of 84.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #497905 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB731215-
CMYK0.4000.960.53
HSL84.83º92.06%24.71%-
HSV(B)84.83º95.87%47.45%-
XYZ9.6115.12.55-
YUV93.4278.1113.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 60.80%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=36.68%
G=60.80%
B=2.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7312150.4000.960.5384.8392.0624.71
Hex497952806035555c19
Octal11117155001406512513431
Binary10010011111001101101000011000001101011010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497905; }

 p { color: rgb(73,121,5); }

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

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

 a { background-color: rgb(73,121,5); }

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

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

 span { border-color: rgb(73,121,5); }

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