#516740

Color #516740 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #516740

Tints of Chalet Green #516740

Color information

#516740 (or 0x516740) is unknown color: approx Chalet Green. HEX triplet: 51, 67 and 40. RGB value is (81,103,64). Sum of RGB (Red+Green+Blue) = 81+103+64=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #516740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516740 is #AE98BF. Grayscale: #5C5C5C. Windows color (decimal): -11442368 or 4220753. OLE color: 4220753.

HSL color Cylindrical-coordinate representation of color #516740: hue angle of 93.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516740 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB8110364-
CMYK0.2100.380.60
HSL93.85º23.35%32.75%-
HSV(B)93.85º37.86%40.39%-
XYZ9.1711.826.65-
YUV91.98112.21120.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=32.66%
G=41.53%
B=25.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103640.2100.380.6093.8523.3532.75
Hex516740150263C5e1721
Octal12114710025046741362741
Binary101000111001111000000101010100110111100101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516740; }

 p { color: rgb(81,103,64); }

 H1.HeaderClassName
 {
   color: #516740;
 }
 .AnyTagClassName
 {
   color: #516740;
 }
</style>
background-color css

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

 a { background-color: rgb(81,103,64); }

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

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

 span { border-color: rgb(81,103,64); }

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