Html Css Color HEX #475842 Tom Thumb

📋 copy color: '#475842'

red 71 ◦ green 88 ◦ blue 66

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

Shades of Tom Thumb #475842

Tints of Tom Thumb #475842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 31.56%
G = 39.11%
B = 29.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#475842 (or 0x475842) is known color: Tom Thumb. HEX triplet: 47, 58 and 42. RGB value is (71,88,66). Sum of RGB (Red+Green+Blue) = 71+88+66=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #475842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475842 is #B8A7BD. Grayscale: #505050. Windows color (decimal): -12101566 or 4347975. OLE color: 4347975.

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

Color convert

RGB 71 88 66 -
CMYK 0.19 0 0.25 0.65
HSL 106.36º 0.14% 0.3% -
HSV(B) 106.36º 0.25% 0.35% -
XYZ 7.07 8.71 6.46 -
YUV 80.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 71 88 66 0.19 0 0.25 0.65 106.36 0.14 0.3
Hex 47 58 42 13 0 19 41 6A E 1E
Octal 107 130 102 23 0 31 101 152 16 36
Binary 1000111 1011000 1000010 10011 0 11001 1000001 1101010 1110 11110

Color Harmonies of #475842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475842

Black with #475842

Text Example


Text Example

White with #475842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475842; }

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

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

background-color css

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

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

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

border-color css

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

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

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