Html Css Color HEX #516C40 Tom Thumb

📋 copy color: '#516C40'

red 81 ◦ green 108 ◦ blue 64

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

Shades of Tom Thumb #516C40

Tints of Tom Thumb #516C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

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

R = 32.02%
G = 42.69%
B = 25.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#516C40 (or 0x516C40) is known color: Tom Thumb. HEX triplet: 51, 6C and 40. RGB value is (81,108,64). Sum of RGB (Red+Green+Blue) = 81+108+64=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #516C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516C40 is #AE93BF. Grayscale: #5F5F5F. Windows color (decimal): -11441088 or 4222033. OLE color: 4222033.

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

Color convert

RGB 81 108 64 -
CMYK 0.25 0 0.41 0.58
HSL 96.82º 0.26% 0.34% -
HSV(B) 96.82º 0.41% 0.42% -
XYZ 9.68 12.84 6.82 -
YUV 94.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 81 108 64 0.25 0 0.41 0.58 96.82 0.26 0.34
Hex 51 6C 40 19 0 29 3A 61 1A 22
Octal 121 154 100 31 0 51 72 141 32 42
Binary 1010001 1101100 1000000 11001 0 101001 111010 1100001 11010 100010

Color Harmonies of #516C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C40

Black with #516C40

Text Example


Text Example

White with #516C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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