Html Css Color HEX #506149 Tom Thumb

📋 copy color: '#506149'

red 80 ◦ green 97 ◦ blue 73

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

Shades of Tom Thumb #506149

Tints of Tom Thumb #506149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

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

R = 32%
G = 38.8%
B = 29.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#506149 (or 0x506149) is known color: Tom Thumb. HEX triplet: 50, 61 and 49. RGB value is (80,97,73). Sum of RGB (Red+Green+Blue) = 80+97+73=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #506149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506149 is #AF9EB6. Grayscale: #595959. Windows color (decimal): -11509431 or 4809040. OLE color: 4809040.

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

Color convert

RGB 80 97 73 -
CMYK 0.18 0 0.25 0.62
HSL 102.5º 0.14% 0.33% -
HSV(B) 102.5º 0.25% 0.38% -
XYZ 8.79 10.74 7.91 -
YUV 89.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 80 97 73 0.18 0 0.25 0.62 102.5 0.14 0.33
Hex 50 61 49 12 0 19 3E 66 E 21
Octal 120 141 111 22 0 31 76 146 16 41
Binary 1010000 1100001 1001001 10010 0 11001 111110 1100110 1110 100001

Color Harmonies of #506149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506149

Black with #506149

Text Example


Text Example

White with #506149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506149; }

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

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

background-color css

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

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

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

border-color css

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

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

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