Html Css Color HEX #476240 Tom Thumb

📋 copy color: '#476240'

red 71 ◦ green 98 ◦ blue 64

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

Shades of Tom Thumb #476240

Tints of Tom Thumb #476240

RGB

 RED value IS 71 (28.13% from 255) = 30.47%

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

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

R = 30.47%
G = 42.06%
B = 27.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#476240 (or 0x476240) is known color: Tom Thumb. HEX triplet: 47, 62 and 40. RGB value is (71,98,64). Sum of RGB (Red+Green+Blue) = 71+98+64=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #476240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476240 is #B89DBF. Grayscale: #565656. Windows color (decimal): -12099008 or 4219463. OLE color: 4219463.

HSL color Cylindrical-coordinate representation of color #476240: hue angle of 107.65º 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 #476240 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 98 64 -
CMYK 0.28 0 0.35 0.62
HSL 107.65º 0.21% 0.32% -
HSV(B) 107.65º 0.35% 0.38% -
XYZ 7.89 10.45 6.45 -
YUV 86.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 71 98 64 0.28 0 0.35 0.62 107.65 0.21 0.32
Hex 47 62 40 1C 0 23 3E 6C 15 20
Octal 107 142 100 34 0 43 76 154 25 40
Binary 1000111 1100010 1000000 11100 0 100011 111110 1101100 10101 100000

Color Harmonies of #476240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476240

Black with #476240

Text Example


Text Example

White with #476240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476240; }

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

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

background-color css

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

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

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

border-color css

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

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

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