Html Css Color HEX #497416 Green Leaf

📋 copy color: '#497416'

red 73 ◦ green 116 ◦ blue 22

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

Shades of Green Leaf #497416

Tints of Green Leaf #497416

RGB

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

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

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

R = 34.6%
G = 54.98%
B = 10.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#497416 (or 0x497416) is known color: Green Leaf. HEX triplet: 49, 74 and 16. RGB value is (73,116,22). Sum of RGB (Red+Green+Blue) = 73+116+22=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #497416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497416 is #B68BE9. Grayscale: #5C5C5C. Windows color (decimal): -11963370 or 1471561. OLE color: 1471561.

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

Color convert

RGB 73 116 22 -
CMYK 0.37 0 0.81 0.55
HSL 87.45º 0.68% 0.27% -
HSV(B) 87.45º 0.81% 0.45% -
XYZ 9.14 13.97 2.97 -
YUV 92.43 88.25 114.14 -
System Red Green Blue C M Y K H S L
Decimal 73 116 22 0.37 0 0.81 0.55 87.45 0.68 0.27
Hex 49 74 16 25 0 51 37 57 44 1B
Octal 111 164 26 45 0 121 67 127 104 33
Binary 1001001 1110100 10110 100101 0 1010001 110111 1010111 1000100 11011

Color Harmonies of #497416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497416

Black with #497416

Text Example


Text Example

White with #497416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497416; }

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

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

background-color css

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

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

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

border-color css

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

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

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