Html Css Color HEX #506246 Tom Thumb

📋 copy color: '#506246'

red 80 ◦ green 98 ◦ blue 70

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

Shades of Tom Thumb #506246

Tints of Tom Thumb #506246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 32.26%
G = 39.52%
B = 28.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#506246 (or 0x506246) is known color: Tom Thumb. HEX triplet: 50, 62 and 46. RGB value is (80,98,70). Sum of RGB (Red+Green+Blue) = 80+98+70=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #506246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506246 is #AF9DB9. Grayscale: #595959. Windows color (decimal): -11509178 or 4612688. OLE color: 4612688.

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

Color convert

RGB 80 98 70 -
CMYK 0.18 0 0.29 0.62
HSL 98.57º 0.17% 0.33% -
HSV(B) 98.57º 0.29% 0.38% -
XYZ 8.78 10.88 7.43 -
YUV 89.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 80 98 70 0.18 0 0.29 0.62 98.57 0.17 0.33
Hex 50 62 46 12 0 1D 3E 63 11 21
Octal 120 142 106 22 0 35 76 143 21 41
Binary 1010000 1100010 1000110 10010 0 11101 111110 1100011 10001 100001

Color Harmonies of #506246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506246

Black with #506246

Text Example


Text Example

White with #506246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506246; }

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

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

background-color css

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

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

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

border-color css

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

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

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