#497800

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

Shades of Green Leaf #497800

Tints of Green Leaf #497800

Color information

#497800 (or 0x497800) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 00. RGB value is (73,120,0). Sum of RGB (Red+Green+Blue) = 73+120+0=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #497800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497800 is #B687FF. Grayscale: #5C5C5C. Windows color (decimal): -11962368 or 30793. OLE color: 30793.

HSL color Cylindrical-coordinate representation of color #497800: hue angle of 83.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #497800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB731200-
CMYK0.39010.53
HSL83.5º100%23.53%-
HSV(B)83.5º100%47.06%-
XYZ9.4614.852.37-
YUV92.2775.93114.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 120 (47.27% from 255) = 62.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.82%
G=62.18%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7312000.39010.5383.510023.53
Hex497802706435546418
Octal11117004701446512414430
Binary100100111110000100111011001001101011010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497800; }

 p { color: rgb(73,120,0); }

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

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

 a { background-color: rgb(73,120,0); }

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

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

 span { border-color: rgb(73,120,0); }

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