Html Css Color HEX #516F3C Chalet Green

📋 copy color: '#516F3C'

red 81 ◦ green 111 ◦ blue 60

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

Shades of Chalet Green #516F3C

Tints of Chalet Green #516F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.05%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 32.14%
G = 44.05%
B = 23.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#516F3C (or 0x516F3C) is known color: Chalet Green. HEX triplet: 51, 6F and 3C. RGB value is (81,111,60). Sum of RGB (Red+Green+Blue) = 81+111+60=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #516F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F3C is #AE90C3. Grayscale: #606060. Windows color (decimal): -11440324 or 3960657. OLE color: 3960657.

HSL color Cylindrical-coordinate representation of color #516F3C: hue angle of 95.29º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516F3C is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 60 -
CMYK 0.27 0 0.46 0.56
HSL 95.29º 0.3% 0.34% -
HSV(B) 95.29º 0.46% 0.44% -
XYZ 9.89 13.44 6.35 -
YUV 96.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 81 111 60 0.27 0 0.46 0.56 95.29 0.3 0.34
Hex 51 6F 3C 1B 0 2E 38 5F 1E 22
Octal 121 157 74 33 0 56 70 137 36 42
Binary 1010001 1101111 111100 11011 0 101110 111000 1011111 11110 100010

Color Harmonies of #516F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F3C

Black with #516F3C

Text Example


Text Example

White with #516F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,60); }

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

background-color css

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

 a { background-color: rgb(81,111,60); }

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

border-color css

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

 span { border-color: rgb(81,111,60); }

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