#506945

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

Shades of Tom Thumb #506945

Tints of Tom Thumb #506945

Color information

#506945 (or 0x506945) is unknown color: approx Tom Thumb. HEX triplet: 50, 69 and 45. RGB value is (80,105,69). Sum of RGB (Red+Green+Blue) = 80+105+69=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #506945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506945 is #AF96BA. Grayscale: #5D5D5D. Windows color (decimal): -11507387 or 4548944. OLE color: 4548944.

HSL color Cylindrical-coordinate representation of color #506945: hue angle of 101.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506945 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB8010569-
CMYK0.2400.340.59
HSL101.67º20.69%34.12%-
HSV(B)101.67º34.29%41.18%-
XYZ9.4312.247.5-
YUV93.42114.22118.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=31.50%
G=41.34%
B=27.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105690.2400.340.59101.6720.6934.12
Hex506945180223B661522
Octal12015110530042731462542
Binary101000011010011000101110000100010111011110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506945; }

 p { color: rgb(80,105,69); }

 H1.HeaderClassName
 {
   color: #506945;
 }
 .AnyTagClassName
 {
   color: #506945;
 }
</style>
background-color css

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

 a { background-color: rgb(80,105,69); }

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

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

 span { border-color: rgb(80,105,69); }

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