Html Css Color HEX #476342 Tom Thumb

📋 copy color: '#476342'

red 71 ◦ green 99 ◦ blue 66

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

Shades of Tom Thumb #476342

Tints of Tom Thumb #476342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 30.08%
G = 41.95%
B = 27.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#476342 (or 0x476342) is known color: Tom Thumb. HEX triplet: 47, 63 and 42. RGB value is (71,99,66). Sum of RGB (Red+Green+Blue) = 71+99+66=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #476342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476342 is #B89CBD. Grayscale: #565656. Windows color (decimal): -12098750 or 4350791. OLE color: 4350791.

HSL color Cylindrical-coordinate representation of color #476342: hue angle of 110.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476342 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 66 -
CMYK 0.28 0 0.33 0.61
HSL 110.91º 0.2% 0.32% -
HSV(B) 110.91º 0.33% 0.39% -
XYZ 8.04 10.66 6.79 -
YUV 86.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 71 99 66 0.28 0 0.33 0.61 110.91 0.2 0.32
Hex 47 63 42 1C 0 21 3D 6F 14 20
Octal 107 143 102 34 0 41 75 157 24 40
Binary 1000111 1100011 1000010 11100 0 100001 111101 1101111 10100 100000

Color Harmonies of #476342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476342

Black with #476342

Text Example


Text Example

White with #476342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476342; }

 p { color: rgb(71,99,66); }

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

background-color css

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

 a { background-color: rgb(71,99,66); }

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

border-color css

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

 span { border-color: rgb(71,99,66); }

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