Html Css Color HEX #497616 Green Leaf

📋 copy color: '#497616'

red 73 ◦ green 118 ◦ blue 22

#497616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #497616

Tints of Green Leaf #497616

RGB

 RED value IS 73 (28.91% from 255) = 34.27%

 GREEN value IS 118 (46.48% from 255) = 55.4%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 34.27%
G = 55.4%
B = 10.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#497616 (or 0x497616) is known color: Green Leaf. HEX triplet: 49, 76 and 16. RGB value is (73,118,22). Sum of RGB (Red+Green+Blue) = 73+118+22=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #497616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497616 is #B689E9. Grayscale: #5D5D5D. Windows color (decimal): -11962858 or 1472073. OLE color: 1472073.

HSL color Cylindrical-coordinate representation of color #497616: hue angle of 88.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #497616 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 22 -
CMYK 0.38 0 0.81 0.54
HSL 88.13º 0.69% 0.27% -
HSV(B) 88.13º 0.81% 0.46% -
XYZ 9.37 14.43 3.05 -
YUV 93.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 73 118 22 0.38 0 0.81 0.54 88.13 0.69 0.27
Hex 49 76 16 26 0 51 36 58 45 1B
Octal 111 166 26 46 0 121 66 130 105 33
Binary 1001001 1110110 10110 100110 0 1010001 110110 1011000 1000101 11011

Color Harmonies of #497616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497616

Black with #497616

Text Example


Text Example

White with #497616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497616; }

 p { color: rgb(73,118,22); }

 H1.HeaderClassName
 {
   color: #497616;
 }
 .AnyTagClassName
 {
   color: #497616;
 }
</style>

background-color css

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

 a { background-color: rgb(73,118,22); }

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

border-color css

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

 span { border-color: rgb(73,118,22); }

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