Html Css Color HEX #50684A Tom Thumb

📋 copy color: '#50684A'

red 80 ◦ green 104 ◦ blue 74

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

Shades of Tom Thumb #50684A

Tints of Tom Thumb #50684A

RGB

 RED value IS 80 (31.64% from 255) = 31.01%

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 31.01%
G = 40.31%
B = 28.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#50684A (or 0x50684A) is known color: Tom Thumb. HEX triplet: 50, 68 and 4A. RGB value is (80,104,74). Sum of RGB (Red+Green+Blue) = 80+104+74=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #50684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50684A is #AF97B5. Grayscale: #5D5D5D. Windows color (decimal): -11507638 or 4876368. OLE color: 4876368.

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

Color convert

RGB 80 104 74 -
CMYK 0.23 0 0.29 0.59
HSL 108º 0.17% 0.35% -
HSV(B) 108º 0.29% 0.41% -
XYZ 9.49 12.1 8.31 -
YUV 93.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 80 104 74 0.23 0 0.29 0.59 108 0.17 0.35
Hex 50 68 4A 17 0 1D 3B 6C 11 23
Octal 120 150 112 27 0 35 73 154 21 43
Binary 1010000 1101000 1001010 10111 0 11101 111011 1101100 10001 100011

Color Harmonies of #50684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50684A

Black with #50684A

Text Example


Text Example

White with #50684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50684A; }

 p { color: rgb(80,104,74); }

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

background-color css

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

 a { background-color: rgb(80,104,74); }

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

border-color css

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

 span { border-color: rgb(80,104,74); }

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