Html Css Color HEX #497613 Green Leaf

📋 copy color: '#497613'

red 73 ◦ green 118 ◦ blue 19

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

Shades of Green Leaf #497613

Tints of Green Leaf #497613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.19%

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

R = 34.76%
G = 56.19%
B = 9.05%

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

#497613 (or 0x497613) is known color: Green Leaf. HEX triplet: 49, 76 and 13. RGB value is (73,118,19). Sum of RGB (Red+Green+Blue) = 73+118+19=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #497613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497613 is #B689EC. Grayscale: #5D5D5D. Windows color (decimal): -11962861 or 1275465. OLE color: 1275465.

HSL color Cylindrical-coordinate representation of color #497613: hue angle of 87.27º 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 #497613 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 19 -
CMYK 0.38 0 0.84 0.54
HSL 87.27º 0.72% 0.27% -
HSV(B) 87.27º 0.84% 0.46% -
XYZ 9.34 14.42 2.91 -
YUV 93.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 73 118 19 0.38 0 0.84 0.54 87.27 0.72 0.27
Hex 49 76 13 26 0 54 36 57 48 1B
Octal 111 166 23 46 0 124 66 127 110 33
Binary 1001001 1110110 10011 100110 0 1010100 110110 1010111 1001000 11011

Color Harmonies of #497613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497613

Black with #497613

Text Example


Text Example

White with #497613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497613; }

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

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

background-color css

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

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

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

border-color css

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

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

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