Html Css Color HEX #516B3D Chalet Green

📋 copy color: '#516B3D'

red 81 ◦ green 107 ◦ blue 61

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

Shades of Chalet Green #516B3D

Tints of Chalet Green #516B3D

RGB

 RED value IS 81 (32.03% from 255) = 32.53%

 GREEN value IS 107 (42.19% from 255) = 42.97%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 32.53%
G = 42.97%
B = 24.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#516B3D (or 0x516B3D) is known color: Chalet Green. HEX triplet: 51, 6B and 3D. RGB value is (81,107,61). Sum of RGB (Red+Green+Blue) = 81+107+61=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #516B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B3D is #AE94C2. Grayscale: #5E5E5E. Windows color (decimal): -11441347 or 4025169. OLE color: 4025169.

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

Color convert

RGB 81 107 61 -
CMYK 0.24 0 0.43 0.58
HSL 93.91º 0.27% 0.33% -
HSV(B) 93.91º 0.43% 0.42% -
XYZ 9.49 12.6 6.35 -
YUV 93.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 81 107 61 0.24 0 0.43 0.58 93.91 0.27 0.33
Hex 51 6B 3D 18 0 2B 3A 5E 1B 21
Octal 121 153 75 30 0 53 72 136 33 41
Binary 1010001 1101011 111101 11000 0 101011 111010 1011110 11011 100001

Color Harmonies of #516B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B3D

Black with #516B3D

Text Example


Text Example

White with #516B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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