#506149

Color #506149 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #506149

Tints of Tom Thumb #506149

Color information

#506149 (or 0x506149) is unknown color: approx 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

RGB809773-
CMYK0.1800.250.62
HSL102.5º14.12%33.33%-
HSV(B)102.5º24.74%38.04%-
XYZ8.7910.747.91-
YUV89.18118.87121.45-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097730.1800.250.62102.514.1233.33
Hex506149120193E66e21
Octal12014111122031761461641
Binary1010000110000110010011001001100111111011001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>