#516540

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

Shades of Chalet Green #516540

Tints of Chalet Green #516540

Color information

#516540 (or 0x516540) is unknown color: approx Chalet Green. HEX triplet: 51, 65 and 40. RGB value is (81,101,64). Sum of RGB (Red+Green+Blue) = 81+101+64=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #516540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516540 is #AE9ABF. Grayscale: #5A5A5A. Windows color (decimal): -11442880 or 4220241. OLE color: 4220241.

HSL color Cylindrical-coordinate representation of color #516540: hue angle of 92.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516540 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB8110164-
CMYK0.2000.370.60
HSL92.43º22.42%32.35%-
HSV(B)92.43º36.63%39.61%-
XYZ8.9711.436.58-
YUV90.8112.87121.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=32.93%
G=41.06%
B=26.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101640.2000.370.6092.4322.4232.35
Hex516540140253C5c1620
Octal12114510024045741342640
Binary101000111001011000000101000100101111100101110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516540; }

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

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

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

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

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

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

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

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