Html Css Color HEX #466040 Tom Thumb

📋 copy color: '#466040'

red 70 ◦ green 96 ◦ blue 64

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

Shades of Tom Thumb #466040

Tints of Tom Thumb #466040

RGB

 RED value IS 70 (27.73% from 255) = 30.43%

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 30.43%
G = 41.74%
B = 27.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#466040 (or 0x466040) is known color: Tom Thumb. HEX triplet: 46, 60 and 40. RGB value is (70,96,64). Sum of RGB (Red+Green+Blue) = 70+96+64=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #466040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466040 is #B99FBF. Grayscale: #545454. Windows color (decimal): -12165056 or 4218950. OLE color: 4218950.

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

Color convert

RGB 70 96 64 -
CMYK 0.27 0 0.33 0.62
HSL 108.75º 0.2% 0.31% -
HSV(B) 108.75º 0.33% 0.38% -
XYZ 7.63 10.04 6.39 -
YUV 84.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 70 96 64 0.27 0 0.33 0.62 108.75 0.2 0.31
Hex 46 60 40 1B 0 21 3E 6D 14 1F
Octal 106 140 100 33 0 41 76 155 24 37
Binary 1000110 1100000 1000000 11011 0 100001 111110 1101101 10100 11111

Color Harmonies of #466040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466040

Black with #466040

Text Example


Text Example

White with #466040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466040; }

 p { color: rgb(70,96,64); }

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

background-color css

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

 a { background-color: rgb(70,96,64); }

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

border-color css

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

 span { border-color: rgb(70,96,64); }

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