Html Css Color HEX #466140 Tom Thumb

📋 copy color: '#466140'

red 70 ◦ green 97 ◦ blue 64

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

Shades of Tom Thumb #466140

Tints of Tom Thumb #466140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

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

R = 30.3%
G = 41.99%
B = 27.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#466140 (or 0x466140) is known color: Tom Thumb. HEX triplet: 46, 61 and 40. RGB value is (70,97,64). Sum of RGB (Red+Green+Blue) = 70+97+64=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #466140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466140 is #B99EBF. Grayscale: #555555. Windows color (decimal): -12164800 or 4219206. OLE color: 4219206.

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

Color convert

RGB 70 97 64 -
CMYK 0.28 0 0.34 0.62
HSL 109.09º 0.2% 0.32% -
HSV(B) 109.09º 0.34% 0.38% -
XYZ 7.73 10.22 6.42 -
YUV 85.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 70 97 64 0.28 0 0.34 0.62 109.09 0.2 0.32
Hex 46 61 40 1C 0 22 3E 6D 14 20
Octal 106 141 100 34 0 42 76 155 24 40
Binary 1000110 1100001 1000000 11100 0 100010 111110 1101101 10100 100000

Color Harmonies of #466140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466140

Black with #466140

Text Example


Text Example

White with #466140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466140; }

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

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

background-color css

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

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

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

border-color css

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

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

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