Html Css Color HEX #556E47 Tom Thumb

📋 copy color: '#556E47'

red 85 ◦ green 110 ◦ blue 71

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

Shades of Tom Thumb #556E47

Tints of Tom Thumb #556E47

RGB

 RED value IS 85 (33.59% from 255) = 31.95%

 GREEN value IS 110 (43.36% from 255) = 41.35%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 31.95%
G = 41.35%
B = 26.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#556E47 (or 0x556E47) is known color: Tom Thumb. HEX triplet: 55, 6E and 47. RGB value is (85,110,71). Sum of RGB (Red+Green+Blue) = 85+110+71=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #556E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E47 is #AA91B8. Grayscale: #626262. Windows color (decimal): -11178425 or 4681301. OLE color: 4681301.

HSL color Cylindrical-coordinate representation of color #556E47: hue angle of 98.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556E47 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 110 71 -
CMYK 0.23 0 0.35 0.57
HSL 98.46º 0.22% 0.35% -
HSV(B) 98.46º 0.35% 0.43% -
XYZ 10.46 13.54 8.02 -
YUV 98.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 85 110 71 0.23 0 0.35 0.57 98.46 0.22 0.35
Hex 55 6E 47 17 0 23 39 62 16 23
Octal 125 156 107 27 0 43 71 142 26 43
Binary 1010101 1101110 1000111 10111 0 100011 111001 1100010 10110 100011

Color Harmonies of #556E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E47

Black with #556E47

Text Example


Text Example

White with #556E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556E47; }

 p { color: rgb(85,110,71); }

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

background-color css

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

 a { background-color: rgb(85,110,71); }

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

border-color css

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

 span { border-color: rgb(85,110,71); }

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