#465D3F

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

Shades of Tom Thumb #465D3F

Tints of Tom Thumb #465D3F

Color information

#465D3F (or 0x465D3F) is unknown color: approx Tom Thumb. HEX triplet: 46, 5D and 3F. RGB value is (70,93,63). Sum of RGB (Red+Green+Blue) = 70+93+63=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #465D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D3F is #B9A2C0. Grayscale: #525252. Windows color (decimal): -12165825 or 4152646. OLE color: 4152646.

HSL color Cylindrical-coordinate representation of color #465D3F: hue angle of 106º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465D3F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB709363-
CMYK0.2500.320.64
HSL106º19.23%30.59%-
HSV(B)106º32.26%36.47%-
XYZ7.349.496.15-
YUV82.7116.88118.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 63 (25% from 255) = 27.88%
R=30.97%
G=41.15%
B=27.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093630.2500.320.6410619.2330.59
Hex465D3F19020406a131f
Octal10613577310401001522337
Binary10001101011101111111110010100000100000011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D3F; }

 p { color: rgb(70,93,63); }

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

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

 a { background-color: rgb(70,93,63); }

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

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

 span { border-color: rgb(70,93,63); }

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