#516A40

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

Shades of Chalet Green #516A40

Tints of Chalet Green #516A40

Color information

#516A40 (or 0x516A40) is unknown color: approx Chalet Green. HEX triplet: 51, 6A and 40. RGB value is (81,106,64). Sum of RGB (Red+Green+Blue) = 81+106+64=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #516A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516A40 is #AE95BF. Grayscale: #5D5D5D. Windows color (decimal): -11441600 or 4221521. OLE color: 4221521.

HSL color Cylindrical-coordinate representation of color #516A40: hue angle of 95.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516A40 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB8110664-
CMYK0.2400.400.58
HSL95.71º24.71%33.33%-
HSV(B)95.71º39.62%41.57%-
XYZ9.4712.436.75-
YUV93.74111.22118.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=32.27%
G=42.23%
B=25.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106640.2400.400.5895.7124.7133.33
Hex516A40180283A601921
Octal12115210030050721403141
Binary101000111010101000000110000101000111010110000011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A40; }

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

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

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

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

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

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

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

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