Html Css Color HEX #466940 Tom Thumb

📋 copy color: '#466940'

red 70 ◦ green 105 ◦ blue 64

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

Shades of Tom Thumb #466940

Tints of Tom Thumb #466940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 29.29%
G = 43.93%
B = 26.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#466940 (or 0x466940) is known color: Tom Thumb. HEX triplet: 46, 69 and 40. RGB value is (70,105,64). Sum of RGB (Red+Green+Blue) = 70+105+64=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #466940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466940 is #B996BF. Grayscale: #595959. Windows color (decimal): -12162752 or 4221254. OLE color: 4221254.

HSL color Cylindrical-coordinate representation of color #466940: hue angle of 111.22º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466940 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 64 -
CMYK 0.33 0 0.39 0.59
HSL 111.22º 0.24% 0.33% -
HSV(B) 111.22º 0.39% 0.41% -
XYZ 8.5 11.78 6.68 -
YUV 89.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 70 105 64 0.33 0 0.39 0.59 111.22 0.24 0.33
Hex 46 69 40 21 0 27 3B 6F 18 21
Octal 106 151 100 41 0 47 73 157 30 41
Binary 1000110 1101001 1000000 100001 0 100111 111011 1101111 11000 100001

Color Harmonies of #466940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466940

Black with #466940

Text Example


Text Example

White with #466940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466940; }

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

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

background-color css

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

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

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

border-color css

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

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

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