Html Css Color HEX #506E49 Tom Thumb

📋 copy color: '#506E49'

red 80 ◦ green 110 ◦ blue 73

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

Shades of Tom Thumb #506E49

Tints of Tom Thumb #506E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.83%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 30.42%
G = 41.83%
B = 27.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#506E49 (or 0x506E49) is known color: Tom Thumb. HEX triplet: 50, 6E and 49. RGB value is (80,110,73). Sum of RGB (Red+Green+Blue) = 80+110+73=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #506E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E49 is #AF91B6. Grayscale: #606060. Windows color (decimal): -11506103 or 4812368. OLE color: 4812368.

HSL color Cylindrical-coordinate representation of color #506E49: hue angle of 108.65º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506E49 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 73 -
CMYK 0.27 0 0.34 0.57
HSL 108.65º 0.2% 0.36% -
HSV(B) 108.65º 0.34% 0.43% -
XYZ 10.09 13.34 8.35 -
YUV 96.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 80 110 73 0.27 0 0.34 0.57 108.65 0.2 0.36
Hex 50 6E 49 1B 0 22 39 6D 14 24
Octal 120 156 111 33 0 42 71 155 24 44
Binary 1010000 1101110 1001001 11011 0 100010 111001 1101101 10100 100100

Color Harmonies of #506E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E49

Black with #506E49

Text Example


Text Example

White with #506E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506E49; }

 p { color: rgb(80,110,73); }

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

background-color css

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

 a { background-color: rgb(80,110,73); }

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

border-color css

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

 span { border-color: rgb(80,110,73); }

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