Html Css Color HEX #51684E Tom Thumb

📋 copy color: '#51684E'

red 81 ◦ green 104 ◦ blue 78

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

Shades of Tom Thumb #51684E

Tints of Tom Thumb #51684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 30.8%
G = 39.54%
B = 29.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#51684E (or 0x51684E) is known color: Tom Thumb. HEX triplet: 51, 68 and 4E. RGB value is (81,104,78). Sum of RGB (Red+Green+Blue) = 81+104+78=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #51684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51684E is #AE97B1. Grayscale: #5E5E5E. Windows color (decimal): -11442098 or 5138513. OLE color: 5138513.

HSL color Cylindrical-coordinate representation of color #51684E: hue angle of 113.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51684E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 78 -
CMYK 0.22 0 0.25 0.59
HSL 113.08º 0.14% 0.36% -
HSV(B) 113.08º 0.25% 0.41% -
XYZ 9.72 12.2 9.05 -
YUV 94.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 81 104 78 0.22 0 0.25 0.59 113.08 0.14 0.36
Hex 51 68 4E 16 0 19 3B 71 E 24
Octal 121 150 116 26 0 31 73 161 16 44
Binary 1010001 1101000 1001110 10110 0 11001 111011 1110001 1110 100100

Color Harmonies of #51684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51684E

Black with #51684E

Text Example


Text Example

White with #51684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51684E; }

 p { color: rgb(81,104,78); }

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

background-color css

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

 a { background-color: rgb(81,104,78); }

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

border-color css

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

 span { border-color: rgb(81,104,78); }

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