Html Css Color HEX #497112 Green Leaf

📋 copy color: '#497112'

red 73 ◦ green 113 ◦ blue 18

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

Shades of Green Leaf #497112

Tints of Green Leaf #497112

RGB

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

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

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

R = 35.78%
G = 55.39%
B = 8.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#497112 (or 0x497112) is known color: Green Leaf. HEX triplet: 49, 71 and 12. RGB value is (73,113,18). Sum of RGB (Red+Green+Blue) = 73+113+18=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #497112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497112 is #B68EED. Grayscale: #5A5A5A. Windows color (decimal): -11964142 or 1208649. OLE color: 1208649.

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

Color convert

RGB 73 113 18 -
CMYK 0.35 0 0.84 0.56
HSL 85.26º 0.73% 0.26% -
HSV(B) 85.26º 0.84% 0.44% -
XYZ 8.76 13.27 2.67 -
YUV 90.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 73 113 18 0.35 0 0.84 0.56 85.26 0.73 0.26
Hex 49 71 12 23 0 54 38 55 49 1A
Octal 111 161 22 43 0 124 70 125 111 32
Binary 1001001 1110001 10010 100011 0 1010100 111000 1010101 1001001 11010

Color Harmonies of #497112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497112

Black with #497112

Text Example


Text Example

White with #497112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497112; }

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

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

background-color css

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

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

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

border-color css

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

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

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