Html Css Color HEX #497510 Green Leaf

📋 copy color: '#497510'

red 73 ◦ green 117 ◦ blue 16

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

Shades of Green Leaf #497510

Tints of Green Leaf #497510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 35.44%
G = 56.8%
B = 7.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#497510 (or 0x497510) is known color: Green Leaf. HEX triplet: 49, 75 and 10. RGB value is (73,117,16). Sum of RGB (Red+Green+Blue) = 73+117+16=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #497510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497510 is #B68AEF. Grayscale: #5C5C5C. Windows color (decimal): -11963120 or 1078601. OLE color: 1078601.

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

Color convert

RGB 73 117 16 -
CMYK 0.38 0 0.86 0.54
HSL 86.14º 0.76% 0.26% -
HSV(B) 86.14º 0.86% 0.46% -
XYZ 9.2 14.18 2.74 -
YUV 92.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 73 117 16 0.38 0 0.86 0.54 86.14 0.76 0.26
Hex 49 75 10 26 0 56 36 56 4C 1A
Octal 111 165 20 46 0 126 66 126 114 32
Binary 1001001 1110101 10000 100110 0 1010110 110110 1010110 1001100 11010

Color Harmonies of #497510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497510

Black with #497510

Text Example


Text Example

White with #497510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497510; }

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

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

background-color css

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

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

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

border-color css

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

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

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