#516B3F

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

Shades of Chalet Green #516B3F

Tints of Chalet Green #516B3F

Color information

#516B3F (or 0x516B3F) is unknown color: approx Chalet Green. HEX triplet: 51, 6B and 3F. RGB value is (81,107,63). Sum of RGB (Red+Green+Blue) = 81+107+63=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #516B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B3F is #AE94C0. Grayscale: #5E5E5E. Windows color (decimal): -11441345 or 4156241. OLE color: 4156241.

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

Color convert

RGB8110763-
CMYK0.2400.410.58
HSL95.45º25.88%33.33%-
HSV(B)95.45º41.12%41.96%-
XYZ9.5512.626.64-
YUV94.21110.39118.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 63 (25% from 255) = 25.10%
R=32.27%
G=42.63%
B=25.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107630.2400.410.5895.4525.8833.33
Hex516B3F180293A5f1a21
Octal1211537730051721373241
Binary10100011101011111111110000101001111010101111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,63); }

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

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

 a { background-color: rgb(81,107,63); }

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

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

 span { border-color: rgb(81,107,63); }

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