Html Css Color HEX #497812 Green Leaf

📋 copy color: '#497812'

red 73 ◦ green 120 ◦ blue 18

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

Shades of Green Leaf #497812

Tints of Green Leaf #497812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 34.6%
G = 56.87%
B = 8.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#497812 (or 0x497812) is known color: Green Leaf. HEX triplet: 49, 78 and 12. RGB value is (73,120,18). Sum of RGB (Red+Green+Blue) = 73+120+18=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #497812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497812 is #B687ED. Grayscale: #5E5E5E. Windows color (decimal): -11962350 or 1210441. OLE color: 1210441.

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

Color convert

RGB 73 120 18 -
CMYK 0.39 0 0.85 0.53
HSL 87.65º 0.74% 0.27% -
HSV(B) 87.65º 0.85% 0.47% -
XYZ 9.57 14.89 2.94 -
YUV 94.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 73 120 18 0.39 0 0.85 0.53 87.65 0.74 0.27
Hex 49 78 12 27 0 55 35 58 4A 1B
Octal 111 170 22 47 0 125 65 130 112 33
Binary 1001001 1111000 10010 100111 0 1010101 110101 1011000 1001010 11011

Color Harmonies of #497812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497812

Black with #497812

Text Example


Text Example

White with #497812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497812; }

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

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

background-color css

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

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

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

border-color css

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

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

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