#45563F

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

Shades of Tom Thumb #45563F

Tints of Tom Thumb #45563F

Color information

#45563F (or 0x45563F) is unknown color: approx Tom Thumb. HEX triplet: 45, 56 and 3F. RGB value is (69,86,63). Sum of RGB (Red+Green+Blue) = 69+86+63=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #45563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45563F is #BAA9C0. Grayscale: #4E4E4E. Windows color (decimal): -12233153 or 4150853. OLE color: 4150853.

HSL color Cylindrical-coordinate representation of color #45563F: hue angle of 104.35º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45563F is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB698663-
CMYK0.2000.270.66
HSL104.35º15.44%29.22%-
HSV(B)104.35º26.74%33.73%-
XYZ6.688.285.95-
YUV78.3119.37121.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 63 (25% from 255) = 28.90%
R=31.65%
G=39.45%
B=28.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986630.2000.270.66104.3515.4429.22
Hex45563F1401B4268f1d
Octal10512677240331021501735
Binary100010110101101111111010001101110000101101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45563F; }

 p { color: rgb(69,86,63); }

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

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

 a { background-color: rgb(69,86,63); }

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

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

 span { border-color: rgb(69,86,63); }

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