Html Css Color HEX #497612 Green Leaf

📋 copy color: '#497612'

red 73 ◦ green 118 ◦ blue 18

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

Shades of Green Leaf #497612

Tints of Green Leaf #497612

RGB

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

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

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

R = 34.93%
G = 56.46%
B = 8.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#497612 (or 0x497612) is known color: Green Leaf. HEX triplet: 49, 76 and 12. RGB value is (73,118,18). Sum of RGB (Red+Green+Blue) = 73+118+18=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #497612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497612 is #B689ED. Grayscale: #5D5D5D. Windows color (decimal): -11962862 or 1209929. OLE color: 1209929.

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

Color convert

RGB 73 118 18 -
CMYK 0.38 0 0.85 0.54
HSL 87º 0.74% 0.27% -
HSV(B) 87º 0.85% 0.46% -
XYZ 9.34 14.42 2.86 -
YUV 93.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 73 118 18 0.38 0 0.85 0.54 87 0.74 0.27
Hex 49 76 12 26 0 55 36 57 4A 1B
Octal 111 166 22 46 0 125 66 127 112 33
Binary 1001001 1110110 10010 100110 0 1010101 110110 1010111 1001010 11011

Color Harmonies of #497612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497612

Black with #497612

Text Example


Text Example

White with #497612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497612; }

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

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

background-color css

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

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

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

border-color css

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

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

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