Html Css Color HEX #506046 Tom Thumb

📋 copy color: '#506046'

red 80 ◦ green 96 ◦ blue 70

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

Shades of Tom Thumb #506046

Tints of Tom Thumb #506046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 32.52%
G = 39.02%
B = 28.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#506046 (or 0x506046) is known color: Tom Thumb. HEX triplet: 50, 60 and 46. RGB value is (80,96,70). Sum of RGB (Red+Green+Blue) = 80+96+70=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #506046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506046 is #AF9FB9. Grayscale: #585858. Windows color (decimal): -11509690 or 4612176. OLE color: 4612176.

HSL color Cylindrical-coordinate representation of color #506046: hue angle of 96.92º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506046 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 70 -
CMYK 0.17 0 0.27 0.62
HSL 96.92º 0.16% 0.33% -
HSV(B) 96.92º 0.27% 0.38% -
XYZ 8.6 10.51 7.37 -
YUV 88.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 80 96 70 0.17 0 0.27 0.62 96.92 0.16 0.33
Hex 50 60 46 11 0 1B 3E 61 10 21
Octal 120 140 106 21 0 33 76 141 20 41
Binary 1010000 1100000 1000110 10001 0 11011 111110 1100001 10000 100001

Color Harmonies of #506046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506046

Black with #506046

Text Example


Text Example

White with #506046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506046; }

 p { color: rgb(80,96,70); }

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

background-color css

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

 a { background-color: rgb(80,96,70); }

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

border-color css

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

 span { border-color: rgb(80,96,70); }

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