Html Css Color HEX #516941 Tom Thumb

📋 copy color: '#516941'

red 81 ◦ green 105 ◦ blue 65

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

Shades of Tom Thumb #516941

Tints of Tom Thumb #516941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 32.27%
G = 41.83%
B = 25.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#516941 (or 0x516941) is known color: Tom Thumb. HEX triplet: 51, 69 and 41. RGB value is (81,105,65). Sum of RGB (Red+Green+Blue) = 81+105+65=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #516941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516941 is #AE96BE. Grayscale: #5D5D5D. Windows color (decimal): -11441855 or 4286801. OLE color: 4286801.

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

Color convert

RGB 81 105 65 -
CMYK 0.23 0 0.38 0.59
HSL 96º 0.24% 0.33% -
HSV(B) 96º 0.38% 0.41% -
XYZ 9.4 12.23 6.87 -
YUV 93.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 81 105 65 0.23 0 0.38 0.59 96 0.24 0.33
Hex 51 69 41 17 0 26 3B 60 18 21
Octal 121 151 101 27 0 46 73 140 30 41
Binary 1010001 1101001 1000001 10111 0 100110 111011 1100000 11000 100001

Color Harmonies of #516941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516941

Black with #516941

Text Example


Text Example

White with #516941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516941; }

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

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

background-color css

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

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

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

border-color css

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

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

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