Html Css Color HEX #475D3D Tom Thumb

📋 copy color: '#475D3D'

red 71 ◦ green 93 ◦ blue 61

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

Shades of Tom Thumb #475D3D

Tints of Tom Thumb #475D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.33%

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 31.56%
G = 41.33%
B = 27.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#475D3D (or 0x475D3D) is known color: Tom Thumb. HEX triplet: 47, 5D and 3D. RGB value is (71,93,61). Sum of RGB (Red+Green+Blue) = 71+93+61=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #475D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D3D is #B8A2C2. Grayscale: #525252. Windows color (decimal): -12100291 or 4021575. OLE color: 4021575.

HSL color Cylindrical-coordinate representation of color #475D3D: hue angle of 101.25º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #475D3D is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 61 -
CMYK 0.24 0 0.34 0.64
HSL 101.25º 0.21% 0.3% -
HSV(B) 101.25º 0.34% 0.36% -
XYZ 7.36 9.51 5.86 -
YUV 82.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 71 93 61 0.24 0 0.34 0.64 101.25 0.21 0.3
Hex 47 5D 3D 18 0 22 40 65 15 1E
Octal 107 135 75 30 0 42 100 145 25 36
Binary 1000111 1011101 111101 11000 0 100010 1000000 1100101 10101 11110

Color Harmonies of #475D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D3D

Black with #475D3D

Text Example


Text Example

White with #475D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D3D; }

 p { color: rgb(71,93,61); }

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

background-color css

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

 a { background-color: rgb(71,93,61); }

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

border-color css

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

 span { border-color: rgb(71,93,61); }

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