Html Css Color HEX #476640 Tom Thumb

📋 copy color: '#476640'

red 71 ◦ green 102 ◦ blue 64

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

Shades of Tom Thumb #476640

Tints of Tom Thumb #476640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

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

R = 29.96%
G = 43.04%
B = 27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#476640 (or 0x476640) is known color: Tom Thumb. HEX triplet: 47, 66 and 40. RGB value is (71,102,64). Sum of RGB (Red+Green+Blue) = 71+102+64=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #476640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476640 is #B899BF. Grayscale: #585858. Windows color (decimal): -12097984 or 4220487. OLE color: 4220487.

HSL color Cylindrical-coordinate representation of color #476640: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476640 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 64 -
CMYK 0.30 0 0.37 0.6
HSL 108.95º 0.23% 0.33% -
HSV(B) 108.95º 0.37% 0.4% -
XYZ 8.28 11.21 6.58 -
YUV 88.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 71 102 64 0.30 0 0.37 0.6 108.95 0.23 0.33
Hex 47 66 40 1E 0 25 3C 6D 17 21
Octal 107 146 100 36 0 45 74 155 27 41
Binary 1000111 1100110 1000000 11110 0 100101 111100 1101101 10111 100001

Color Harmonies of #476640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476640

Black with #476640

Text Example


Text Example

White with #476640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476640; }

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

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

background-color css

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

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

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

border-color css

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

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

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