Html Css Color HEX #466340 Tom Thumb

📋 copy color: '#466340'

red 70 ◦ green 99 ◦ blue 64

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

Shades of Tom Thumb #466340

Tints of Tom Thumb #466340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

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

R = 30.04%
G = 42.49%
B = 27.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#466340 (or 0x466340) is known color: Tom Thumb. HEX triplet: 46, 63 and 40. RGB value is (70,99,64). Sum of RGB (Red+Green+Blue) = 70+99+64=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #466340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466340 is #B99CBF. Grayscale: #565656. Windows color (decimal): -12164288 or 4219718. OLE color: 4219718.

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

Color convert

RGB 70 99 64 -
CMYK 0.29 0 0.35 0.61
HSL 109.71º 0.21% 0.32% -
HSV(B) 109.71º 0.35% 0.39% -
XYZ 7.91 10.6 6.48 -
YUV 86.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 70 99 64 0.29 0 0.35 0.61 109.71 0.21 0.32
Hex 46 63 40 1D 0 23 3D 6E 15 20
Octal 106 143 100 35 0 43 75 156 25 40
Binary 1000110 1100011 1000000 11101 0 100011 111101 1101110 10101 100000

Color Harmonies of #466340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466340

Black with #466340

Text Example


Text Example

White with #466340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466340; }

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

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

background-color css

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

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

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

border-color css

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

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

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