Html Css Color HEX #497513 Green Leaf

📋 copy color: '#497513'

red 73 ◦ green 117 ◦ blue 19

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

Shades of Green Leaf #497513

Tints of Green Leaf #497513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

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

R = 34.93%
G = 55.98%
B = 9.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#497513 (or 0x497513) is known color: Green Leaf. HEX triplet: 49, 75 and 13. RGB value is (73,117,19). Sum of RGB (Red+Green+Blue) = 73+117+19=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #497513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497513 is #B68AEC. Grayscale: #5D5D5D. Windows color (decimal): -11963117 or 1275209. OLE color: 1275209.

HSL color Cylindrical-coordinate representation of color #497513: hue angle of 86.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #497513 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 19 -
CMYK 0.38 0 0.84 0.54
HSL 86.94º 0.72% 0.27% -
HSV(B) 86.94º 0.84% 0.46% -
XYZ 9.23 14.19 2.87 -
YUV 92.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 73 117 19 0.38 0 0.84 0.54 86.94 0.72 0.27
Hex 49 75 13 26 0 54 36 57 48 1B
Octal 111 165 23 46 0 124 66 127 110 33
Binary 1001001 1110101 10011 100110 0 1010100 110110 1010111 1001000 11011

Color Harmonies of #497513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497513

Black with #497513

Text Example


Text Example

White with #497513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497513; }

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

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

background-color css

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

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

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

border-color css

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

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

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