Html Css Color HEX #497312 Green Leaf

📋 copy color: '#497312'

red 73 ◦ green 115 ◦ blue 18

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

Shades of Green Leaf #497312

Tints of Green Leaf #497312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

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

R = 35.44%
G = 55.83%
B = 8.74%

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

#497312 (or 0x497312) is known color: Green Leaf. HEX triplet: 49, 73 and 12. RGB value is (73,115,18). Sum of RGB (Red+Green+Blue) = 73+115+18=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #497312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497312 is #B68CED. Grayscale: #5B5B5B. Windows color (decimal): -11963630 or 1209161. OLE color: 1209161.

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

Color convert

RGB 73 115 18 -
CMYK 0.37 0 0.84 0.55
HSL 85.98º 0.73% 0.26% -
HSV(B) 85.98º 0.84% 0.45% -
XYZ 8.99 13.72 2.75 -
YUV 91.38 86.59 114.89 -
System Red Green Blue C M Y K H S L
Decimal 73 115 18 0.37 0 0.84 0.55 85.98 0.73 0.26
Hex 49 73 12 25 0 54 37 56 49 1A
Octal 111 163 22 45 0 124 67 126 111 32
Binary 1001001 1110011 10010 100101 0 1010100 110111 1010110 1001001 11010

Color Harmonies of #497312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497312

Black with #497312

Text Example


Text Example

White with #497312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497312; }

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

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

background-color css

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

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

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

border-color css

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

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

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