Html Css Color HEX #516942 Tom Thumb

📋 copy color: '#516942'

red 81 ◦ green 105 ◦ blue 66

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

Shades of Tom Thumb #516942

Tints of Tom Thumb #516942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 32.14%
G = 41.67%
B = 26.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#516942 (or 0x516942) is known color: Tom Thumb. HEX triplet: 51, 69 and 42. RGB value is (81,105,66). Sum of RGB (Red+Green+Blue) = 81+105+66=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #516942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516942 is #AE96BD. Grayscale: #5D5D5D. Windows color (decimal): -11441854 or 4352337. OLE color: 4352337.

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

Color convert

RGB 81 105 66 -
CMYK 0.23 0 0.37 0.59
HSL 96.92º 0.23% 0.34% -
HSV(B) 96.92º 0.37% 0.41% -
XYZ 9.43 12.25 7.02 -
YUV 93.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 81 105 66 0.23 0 0.37 0.59 96.92 0.23 0.34
Hex 51 69 42 17 0 25 3B 61 17 22
Octal 121 151 102 27 0 45 73 141 27 42
Binary 1010001 1101001 1000010 10111 0 100101 111011 1100001 10111 100010

Color Harmonies of #516942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516942

Black with #516942

Text Example


Text Example

White with #516942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516942; }

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

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

background-color css

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

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

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

border-color css

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

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

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