Html Css Color HEX #475940 Tom Thumb

📋 copy color: '#475940'

red 71 ◦ green 89 ◦ blue 64

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

Shades of Tom Thumb #475940

Tints of Tom Thumb #475940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 31.7%
G = 39.73%
B = 28.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#475940 (or 0x475940) is known color: Tom Thumb. HEX triplet: 47, 59 and 40. RGB value is (71,89,64). Sum of RGB (Red+Green+Blue) = 71+89+64=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #475940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475940 is #B8A6BF. Grayscale: #505050. Windows color (decimal): -12101312 or 4217159. OLE color: 4217159.

HSL color Cylindrical-coordinate representation of color #475940: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475940 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 64 -
CMYK 0.20 0 0.28 0.65
HSL 103.2º 0.16% 0.3% -
HSV(B) 103.2º 0.28% 0.35% -
XYZ 7.1 8.85 6.19 -
YUV 80.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 71 89 64 0.20 0 0.28 0.65 103.2 0.16 0.3
Hex 47 59 40 14 0 1C 41 67 10 1E
Octal 107 131 100 24 0 34 101 147 20 36
Binary 1000111 1011001 1000000 10100 0 11100 1000001 1100111 10000 11110

Color Harmonies of #475940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475940

Black with #475940

Text Example


Text Example

White with #475940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475940; }

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

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

background-color css

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

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

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

border-color css

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

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

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