Html Css Color HEX #497212 Green Leaf

📋 copy color: '#497212'

red 73 ◦ green 114 ◦ blue 18

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

Shades of Green Leaf #497212

Tints of Green Leaf #497212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.61%

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

R = 35.61%
G = 55.61%
B = 8.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#497212 (or 0x497212) is known color: Green Leaf. HEX triplet: 49, 72 and 12. RGB value is (73,114,18). Sum of RGB (Red+Green+Blue) = 73+114+18=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #497212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497212 is #B68DED. Grayscale: #5B5B5B. Windows color (decimal): -11963886 or 1208905. OLE color: 1208905.

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

Color convert

RGB 73 114 18 -
CMYK 0.36 0 0.84 0.55
HSL 85.62º 0.73% 0.26% -
HSV(B) 85.62º 0.84% 0.45% -
XYZ 8.87 13.49 2.71 -
YUV 90.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 73 114 18 0.36 0 0.84 0.55 85.62 0.73 0.26
Hex 49 72 12 24 0 54 37 56 49 1A
Octal 111 162 22 44 0 124 67 126 111 32
Binary 1001001 1110010 10010 100100 0 1010100 110111 1010110 1001001 11010

Color Harmonies of #497212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497212

Black with #497212

Text Example


Text Example

White with #497212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497212; }

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

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

background-color css

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

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

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

border-color css

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

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

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