Html Css Color HEX #556848 Tom Thumb

📋 copy color: '#556848'

red 85 ◦ green 104 ◦ blue 72

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

Shades of Tom Thumb #556848

Tints of Tom Thumb #556848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 32.57%
G = 39.85%
B = 27.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#556848 (or 0x556848) is known color: Tom Thumb. HEX triplet: 55, 68 and 48. RGB value is (85,104,72). Sum of RGB (Red+Green+Blue) = 85+104+72=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #556848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556848 is #AA97B7. Grayscale: #5E5E5E. Windows color (decimal): -11179960 or 4745301. OLE color: 4745301.

HSL color Cylindrical-coordinate representation of color #556848: hue angle of 95.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556848 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 72 -
CMYK 0.18 0 0.31 0.59
HSL 95.63º 0.18% 0.35% -
HSV(B) 95.63º 0.31% 0.41% -
XYZ 9.87 12.3 7.98 -
YUV 94.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 85 104 72 0.18 0 0.31 0.59 95.63 0.18 0.35
Hex 55 68 48 12 0 1F 3B 60 12 23
Octal 125 150 110 22 0 37 73 140 22 43
Binary 1010101 1101000 1001000 10010 0 11111 111011 1100000 10010 100011

Color Harmonies of #556848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556848

Black with #556848

Text Example


Text Example

White with #556848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556848; }

 p { color: rgb(85,104,72); }

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

background-color css

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

 a { background-color: rgb(85,104,72); }

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

border-color css

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

 span { border-color: rgb(85,104,72); }

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