Html Css Color HEX #497512 Green Leaf

📋 copy color: '#497512'

red 73 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #497512

Tints of Green Leaf #497512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

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

R = 35.1%
G = 56.25%
B = 8.65%

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

#497512 (or 0x497512) is known color: Green Leaf. HEX triplet: 49, 75 and 12. RGB value is (73,117,18). Sum of RGB (Red+Green+Blue) = 73+117+18=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #497512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497512 is #B68AED. Grayscale: #5C5C5C. Windows color (decimal): -11963118 or 1209673. OLE color: 1209673.

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

Color convert

RGB 73 117 18 -
CMYK 0.38 0 0.85 0.54
HSL 86.67º 0.73% 0.26% -
HSV(B) 86.67º 0.85% 0.46% -
XYZ 9.22 14.18 2.82 -
YUV 92.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 73 117 18 0.38 0 0.85 0.54 86.67 0.73 0.26
Hex 49 75 12 26 0 55 36 57 49 1A
Octal 111 165 22 46 0 125 66 127 111 32
Binary 1001001 1110101 10010 100110 0 1010101 110110 1010111 1001001 11010

Color Harmonies of #497512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497512

Black with #497512

Text Example


Text Example

White with #497512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497512; }

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

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

background-color css

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

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

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

border-color css

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

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

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