Html Css Color HEX #556B48 Tom Thumb

📋 copy color: '#556B48'

red 85 ◦ green 107 ◦ blue 72

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

Shades of Tom Thumb #556B48

Tints of Tom Thumb #556B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.53%

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

R = 32.2%
G = 40.53%
B = 27.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#556B48 (or 0x556B48) is known color: Tom Thumb. HEX triplet: 55, 6B and 48. RGB value is (85,107,72). Sum of RGB (Red+Green+Blue) = 85+107+72=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #556B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B48 is #AA94B7. Grayscale: #606060. Windows color (decimal): -11179192 or 4746069. OLE color: 4746069.

HSL color Cylindrical-coordinate representation of color #556B48: hue angle of 97.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556B48 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 72 -
CMYK 0.21 0 0.33 0.58
HSL 97.71º 0.2% 0.35% -
HSV(B) 97.71º 0.33% 0.42% -
XYZ 10.17 12.91 8.09 -
YUV 96.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 85 107 72 0.21 0 0.33 0.58 97.71 0.2 0.35
Hex 55 6B 48 15 0 21 3A 62 14 23
Octal 125 153 110 25 0 41 72 142 24 43
Binary 1010101 1101011 1001000 10101 0 100001 111010 1100010 10100 100011

Color Harmonies of #556B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B48

Black with #556B48

Text Example


Text Example

White with #556B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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