Html Css Color HEX #497016 Green Leaf

📋 copy color: '#497016'

red 73 ◦ green 112 ◦ blue 22

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

Shades of Green Leaf #497016

Tints of Green Leaf #497016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

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

R = 35.27%
G = 54.11%
B = 10.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#497016 (or 0x497016) is known color: Green Leaf. HEX triplet: 49, 70 and 16. RGB value is (73,112,22). Sum of RGB (Red+Green+Blue) = 73+112+22=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #497016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497016 is #B68FE9. Grayscale: #5A5A5A. Windows color (decimal): -11964394 or 1470537. OLE color: 1470537.

HSL color Cylindrical-coordinate representation of color #497016: hue angle of 86º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #497016 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 22 -
CMYK 0.35 0 0.80 0.56
HSL 86º 0.67% 0.26% -
HSV(B) 86º 0.8% 0.44% -
XYZ 8.69 13.06 2.82 -
YUV 90.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 73 112 22 0.35 0 0.80 0.56 86 0.67 0.26
Hex 49 70 16 23 0 50 38 56 43 1A
Octal 111 160 26 43 0 120 70 126 103 32
Binary 1001001 1110000 10110 100011 0 1010000 111000 1010110 1000011 11010

Color Harmonies of #497016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497016

Black with #497016

Text Example


Text Example

White with #497016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497016; }

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

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

background-color css

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

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

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

border-color css

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

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

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