#465C3F

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

Shades of Tom Thumb #465C3F

Tints of Tom Thumb #465C3F

Color information

#465C3F (or 0x465C3F) is unknown color: approx Tom Thumb. HEX triplet: 46, 5C and 3F. RGB value is (70,92,63). Sum of RGB (Red+Green+Blue) = 70+92+63=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #465C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C3F is #B9A3C0. Grayscale: #525252. Windows color (decimal): -12166081 or 4152390. OLE color: 4152390.

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

Color convert

RGB709263-
CMYK0.2400.320.64
HSL105.52º18.71%30.39%-
HSV(B)105.52º31.52%36.08%-
XYZ7.259.326.12-
YUV82.12117.21119.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 63 (25% from 255) = 28%
R=31.11%
G=40.89%
B=28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092630.2400.320.64105.5218.7130.39
Hex465C3F18020406a131e
Octal10613477300401001522336
Binary10001101011100111111110000100000100000011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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