Html Css Color HEX #476A40 Tom Thumb

📋 copy color: '#476A40'

red 71 ◦ green 106 ◦ blue 64

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

Shades of Tom Thumb #476A40

Tints of Tom Thumb #476A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.98%

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

R = 29.46%
G = 43.98%
B = 26.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#476A40 (or 0x476A40) is known color: Tom Thumb. HEX triplet: 47, 6A and 40. RGB value is (71,106,64). Sum of RGB (Red+Green+Blue) = 71+106+64=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #476A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A40 is #B895BF. Grayscale: #5A5A5A. Windows color (decimal): -12096960 or 4221511. OLE color: 4221511.

HSL color Cylindrical-coordinate representation of color #476A40: hue angle of 110º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476A40 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 64 -
CMYK 0.33 0 0.40 0.58
HSL 110º 0.25% 0.33% -
HSV(B) 110º 0.4% 0.42% -
XYZ 8.68 12.02 6.71 -
YUV 90.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 71 106 64 0.33 0 0.40 0.58 110 0.25 0.33
Hex 47 6A 40 21 0 28 3A 6E 19 21
Octal 107 152 100 41 0 50 72 156 31 41
Binary 1000111 1101010 1000000 100001 0 101000 111010 1101110 11001 100001

Color Harmonies of #476A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A40

Black with #476A40

Text Example


Text Example

White with #476A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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