Html Css Color HEX #556D46 Tom Thumb

📋 copy color: '#556D46'

red 85 ◦ green 109 ◦ blue 70

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

Shades of Tom Thumb #556D46

Tints of Tom Thumb #556D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.29%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 32.2%
G = 41.29%
B = 26.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#556D46 (or 0x556D46) is known color: Tom Thumb. HEX triplet: 55, 6D and 46. RGB value is (85,109,70). Sum of RGB (Red+Green+Blue) = 85+109+70=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #556D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D46 is #AA92B9. Grayscale: #616161. Windows color (decimal): -11178682 or 4615509. OLE color: 4615509.

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

Color convert

RGB 85 109 70 -
CMYK 0.22 0 0.36 0.57
HSL 96.92º 0.22% 0.35% -
HSV(B) 96.92º 0.36% 0.43% -
XYZ 10.32 13.31 7.82 -
YUV 97.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 85 109 70 0.22 0 0.36 0.57 96.92 0.22 0.35
Hex 55 6D 46 16 0 24 39 61 16 23
Octal 125 155 106 26 0 44 71 141 26 43
Binary 1010101 1101101 1000110 10110 0 100100 111001 1100001 10110 100011

Color Harmonies of #556D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D46

Black with #556D46

Text Example


Text Example

White with #556D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,70); }

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

background-color css

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

 a { background-color: rgb(85,109,70); }

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

border-color css

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

 span { border-color: rgb(85,109,70); }

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