Html Css Color HEX #497410 Green Leaf

📋 copy color: '#497410'

red 73 ◦ green 116 ◦ blue 16

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

Shades of Green Leaf #497410

Tints of Green Leaf #497410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 35.61%
G = 56.59%
B = 7.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#497410 (or 0x497410) is known color: Green Leaf. HEX triplet: 49, 74 and 10. RGB value is (73,116,16). Sum of RGB (Red+Green+Blue) = 73+116+16=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #497410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497410 is #B68BEF. Grayscale: #5C5C5C. Windows color (decimal): -11963376 or 1078345. OLE color: 1078345.

HSL color Cylindrical-coordinate representation of color #497410: hue angle of 85.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #497410 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 16 -
CMYK 0.37 0 0.86 0.55
HSL 85.8º 0.76% 0.26% -
HSV(B) 85.8º 0.86% 0.45% -
XYZ 9.09 13.94 2.7 -
YUV 91.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 73 116 16 0.37 0 0.86 0.55 85.8 0.76 0.26
Hex 49 74 10 25 0 56 37 56 4C 1A
Octal 111 164 20 45 0 126 67 126 114 32
Binary 1001001 1110100 10000 100101 0 1010110 110111 1010110 1001100 11010

Color Harmonies of #497410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497410

Black with #497410

Text Example


Text Example

White with #497410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497410; }

 p { color: rgb(73,116,16); }

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

background-color css

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

 a { background-color: rgb(73,116,16); }

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

border-color css

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

 span { border-color: rgb(73,116,16); }

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