Html Css Color HEX #516D45 Tom Thumb

📋 copy color: '#516D45'

red 81 ◦ green 109 ◦ blue 69

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

Shades of Tom Thumb #516D45

Tints of Tom Thumb #516D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.08%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 31.27%
G = 42.08%
B = 26.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#516D45 (or 0x516D45) is known color: Tom Thumb. HEX triplet: 51, 6D and 45. RGB value is (81,109,69). Sum of RGB (Red+Green+Blue) = 81+109+69=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #516D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D45 is #AE92BA. Grayscale: #606060. Windows color (decimal): -11440827 or 4549969. OLE color: 4549969.

HSL color Cylindrical-coordinate representation of color #516D45: hue angle of 102º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516D45 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 109 69 -
CMYK 0.26 0 0.37 0.57
HSL 102º 0.22% 0.35% -
HSV(B) 102º 0.37% 0.43% -
XYZ 9.94 13.12 7.64 -
YUV 96.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 81 109 69 0.26 0 0.37 0.57 102 0.22 0.35
Hex 51 6D 45 1A 0 25 39 66 16 23
Octal 121 155 105 32 0 45 71 146 26 43
Binary 1010001 1101101 1000101 11010 0 100101 111001 1100110 10110 100011

Color Harmonies of #516D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D45

Black with #516D45

Text Example


Text Example

White with #516D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,69); }

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

background-color css

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

 a { background-color: rgb(81,109,69); }

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

border-color css

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

 span { border-color: rgb(81,109,69); }

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