Html Css Color HEX #466240 Tom Thumb

📋 copy color: '#466240'

red 70 ◦ green 98 ◦ blue 64

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

Shades of Tom Thumb #466240

Tints of Tom Thumb #466240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 30.17%
G = 42.24%
B = 27.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#466240 (or 0x466240) is known color: Tom Thumb. HEX triplet: 46, 62 and 40. RGB value is (70,98,64). Sum of RGB (Red+Green+Blue) = 70+98+64=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #466240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466240 is #B99DBF. Grayscale: #555555. Windows color (decimal): -12164544 or 4219462. OLE color: 4219462.

HSL color Cylindrical-coordinate representation of color #466240: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466240 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 64 -
CMYK 0.29 0 0.35 0.62
HSL 109.41º 0.21% 0.32% -
HSV(B) 109.41º 0.35% 0.38% -
XYZ 7.82 10.41 6.45 -
YUV 85.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 70 98 64 0.29 0 0.35 0.62 109.41 0.21 0.32
Hex 46 62 40 1D 0 23 3E 6D 15 20
Octal 106 142 100 35 0 43 76 155 25 40
Binary 1000110 1100010 1000000 11101 0 100011 111110 1101101 10101 100000

Color Harmonies of #466240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466240

Black with #466240

Text Example


Text Example

White with #466240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466240; }

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

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

background-color css

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

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

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

border-color css

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

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

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