Html Css Color HEX #465A3E Tom Thumb

📋 copy color: '#465A3E'

red 70 ◦ green 90 ◦ blue 62

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

Shades of Tom Thumb #465A3E

Tints of Tom Thumb #465A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 31.53%
G = 40.54%
B = 27.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#465A3E (or 0x465A3E) is known color: Tom Thumb. HEX triplet: 46, 5A and 3E. RGB value is (70,90,62). Sum of RGB (Red+Green+Blue) = 70+90+62=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #465A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A3E is #B9A5C1. Grayscale: #505050. Windows color (decimal): -12166594 or 4086342. OLE color: 4086342.

HSL color Cylindrical-coordinate representation of color #465A3E: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465A3E is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 62 -
CMYK 0.22 0 0.31 0.65
HSL 102.86º 0.18% 0.3% -
HSV(B) 102.86º 0.31% 0.35% -
XYZ 7.05 8.96 5.92 -
YUV 80.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 70 90 62 0.22 0 0.31 0.65 102.86 0.18 0.3
Hex 46 5A 3E 16 0 1F 41 67 12 1E
Octal 106 132 76 26 0 37 101 147 22 36
Binary 1000110 1011010 111110 10110 0 11111 1000001 1100111 10010 11110

Color Harmonies of #465A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A3E

Black with #465A3E

Text Example


Text Example

White with #465A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A3E; }

 p { color: rgb(70,90,62); }

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

background-color css

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

 a { background-color: rgb(70,90,62); }

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

border-color css

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

 span { border-color: rgb(70,90,62); }

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