#497802

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

Shades of Green Leaf #497802

Tints of Green Leaf #497802

Color information

#497802 (or 0x497802) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 02. RGB value is (73,120,2). Sum of RGB (Red+Green+Blue) = 73+120+2=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #497802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497802 is #B687FD. Grayscale: #5C5C5C. Windows color (decimal): -11962366 or 161865. OLE color: 161865.

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

Color convert

RGB731202-
CMYK0.3900.980.53
HSL83.9º96.72%23.92%-
HSV(B)83.9º98.33%47.06%-
XYZ9.4814.852.43-
YUV92.4976.93114.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=37.44%
G=61.54%
B=1.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7312020.3900.980.5383.996.7223.92
Hex497822706235546118
Octal11117024701426512414130
Binary1001001111100010100111011000101101011010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497802; }

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

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

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

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

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

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

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

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