Html Css Color HEX #497412 Green Leaf

📋 copy color: '#497412'

red 73 ◦ green 116 ◦ blue 18

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

Shades of Green Leaf #497412

Tints of Green Leaf #497412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 35.27%
G = 56.04%
B = 8.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#497412 (or 0x497412) is known color: Green Leaf. HEX triplet: 49, 74 and 12. RGB value is (73,116,18). Sum of RGB (Red+Green+Blue) = 73+116+18=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #497412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497412 is #B68BED. Grayscale: #5C5C5C. Windows color (decimal): -11963374 or 1209417. OLE color: 1209417.

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

Color convert

RGB 73 116 18 -
CMYK 0.37 0 0.84 0.55
HSL 86.33º 0.73% 0.26% -
HSV(B) 86.33º 0.84% 0.45% -
XYZ 9.1 13.95 2.79 -
YUV 91.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 73 116 18 0.37 0 0.84 0.55 86.33 0.73 0.26
Hex 49 74 12 25 0 54 37 56 49 1A
Octal 111 164 22 45 0 124 67 126 111 32
Binary 1001001 1110100 10010 100101 0 1010100 110111 1010110 1001001 11010

Color Harmonies of #497412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497412

Black with #497412

Text Example


Text Example

White with #497412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497412; }

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

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

background-color css

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

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

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

border-color css

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

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

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