Html Css Color HEX #497210 Green Leaf

📋 copy color: '#497210'

red 73 ◦ green 114 ◦ blue 16

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

Shades of Green Leaf #497210

Tints of Green Leaf #497210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.16%

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

R = 35.96%
G = 56.16%
B = 7.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#497210 (or 0x497210) is known color: Green Leaf. HEX triplet: 49, 72 and 10. RGB value is (73,114,16). Sum of RGB (Red+Green+Blue) = 73+114+16=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #497210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497210 is #B68DEF. Grayscale: #5A5A5A. Windows color (decimal): -11963888 or 1077833. OLE color: 1077833.

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

Color convert

RGB 73 114 16 -
CMYK 0.36 0 0.86 0.55
HSL 85.1º 0.75% 0.25% -
HSV(B) 85.1º 0.86% 0.45% -
XYZ 8.86 13.49 2.63 -
YUV 90.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 73 114 16 0.36 0 0.86 0.55 85.1 0.75 0.25
Hex 49 72 10 24 0 56 37 55 4B 19
Octal 111 162 20 44 0 126 67 125 113 31
Binary 1001001 1110010 10000 100100 0 1010110 110111 1010101 1001011 11001

Color Harmonies of #497210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497210

Black with #497210

Text Example


Text Example

White with #497210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497210; }

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

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

background-color css

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

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

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

border-color css

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

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

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