Html Css Color HEX #497113 Green Leaf

📋 copy color: '#497113'

red 73 ◦ green 113 ◦ blue 19

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

Shades of Green Leaf #497113

Tints of Green Leaf #497113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.12%

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 35.61%
G = 55.12%
B = 9.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#497113 (or 0x497113) is known color: Green Leaf. HEX triplet: 49, 71 and 13. RGB value is (73,113,19). Sum of RGB (Red+Green+Blue) = 73+113+19=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #497113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497113 is #B68EEC. Grayscale: #5A5A5A. Windows color (decimal): -11964141 or 1274185. OLE color: 1274185.

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

Color convert

RGB 73 113 19 -
CMYK 0.35 0 0.83 0.56
HSL 85.53º 0.71% 0.26% -
HSV(B) 85.53º 0.83% 0.44% -
XYZ 8.77 13.27 2.72 -
YUV 90.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 73 113 19 0.35 0 0.83 0.56 85.53 0.71 0.26
Hex 49 71 13 23 0 53 38 56 47 1A
Octal 111 161 23 43 0 123 70 126 107 32
Binary 1001001 1110001 10011 100011 0 1010011 111000 1010110 1000111 11010

Color Harmonies of #497113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497113

Black with #497113

Text Example


Text Example

White with #497113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497113; }

 p { color: rgb(73,113,19); }

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

background-color css

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

 a { background-color: rgb(73,113,19); }

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

border-color css

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

 span { border-color: rgb(73,113,19); }

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