Html Css Color HEX #516940 Chalet Green

📋 copy color: '#516940'

red 81 ◦ green 105 ◦ blue 64

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

Shades of Chalet Green #516940

Tints of Chalet Green #516940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 32.4%
G = 42%
B = 25.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#516940 (or 0x516940) is known color: Chalet Green. HEX triplet: 51, 69 and 40. RGB value is (81,105,64). Sum of RGB (Red+Green+Blue) = 81+105+64=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #516940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516940 is #AE96BF. Grayscale: #5D5D5D. Windows color (decimal): -11441856 or 4221265. OLE color: 4221265.

HSL color Cylindrical-coordinate representation of color #516940: hue angle of 95.12º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516940 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 64 -
CMYK 0.23 0 0.39 0.59
HSL 95.12º 0.24% 0.33% -
HSV(B) 95.12º 0.39% 0.41% -
XYZ 9.37 12.22 6.72 -
YUV 93.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 81 105 64 0.23 0 0.39 0.59 95.12 0.24 0.33
Hex 51 69 40 17 0 27 3B 5F 18 21
Octal 121 151 100 27 0 47 73 137 30 41
Binary 1010001 1101001 1000000 10111 0 100111 111011 1011111 11000 100001

Color Harmonies of #516940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516940

Black with #516940

Text Example


Text Example

White with #516940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516940; }

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

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

background-color css

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

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

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

border-color css

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

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

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