Html Css Color HEX #506749 Tom Thumb

📋 copy color: '#506749'

red 80 ◦ green 103 ◦ blue 73

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

Shades of Tom Thumb #506749

Tints of Tom Thumb #506749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 31.25%
G = 40.23%
B = 28.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#506749 (or 0x506749) is known color: Tom Thumb. HEX triplet: 50, 67 and 49. RGB value is (80,103,73). Sum of RGB (Red+Green+Blue) = 80+103+73=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #506749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506749 is #AF98B6. Grayscale: #5C5C5C. Windows color (decimal): -11507895 or 4810576. OLE color: 4810576.

HSL color Cylindrical-coordinate representation of color #506749: hue angle of 106º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506749 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 73 -
CMYK 0.22 0 0.29 0.60
HSL 106º 0.17% 0.35% -
HSV(B) 106º 0.29% 0.4% -
XYZ 9.36 11.89 8.1 -
YUV 92.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 80 103 73 0.22 0 0.29 0.60 106 0.17 0.35
Hex 50 67 49 16 0 1D 3C 6A 11 23
Octal 120 147 111 26 0 35 74 152 21 43
Binary 1010000 1100111 1001001 10110 0 11101 111100 1101010 10001 100011

Color Harmonies of #506749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506749

Black with #506749

Text Example


Text Example

White with #506749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506749; }

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

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

background-color css

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

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

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

border-color css

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

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

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