Html Css Color HEX #556F46 Tom Thumb

📋 copy color: '#556F46'

red 85 ◦ green 111 ◦ blue 70

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

Shades of Tom Thumb #556F46

Tints of Tom Thumb #556F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

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

R = 31.95%
G = 41.73%
B = 26.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#556F46 (or 0x556F46) is known color: Tom Thumb. HEX triplet: 55, 6F and 46. RGB value is (85,111,70). Sum of RGB (Red+Green+Blue) = 85+111+70=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #556F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F46 is #AA90B9. Grayscale: #626262. Windows color (decimal): -11178170 or 4616021. OLE color: 4616021.

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

Color convert

RGB 85 111 70 -
CMYK 0.23 0 0.37 0.56
HSL 98.05º 0.23% 0.35% -
HSV(B) 98.05º 0.37% 0.44% -
XYZ 10.54 13.74 7.89 -
YUV 98.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 85 111 70 0.23 0 0.37 0.56 98.05 0.23 0.35
Hex 55 6F 46 17 0 25 38 62 17 23
Octal 125 157 106 27 0 45 70 142 27 43
Binary 1010101 1101111 1000110 10111 0 100101 111000 1100010 10111 100011

Color Harmonies of #556F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F46

Black with #556F46

Text Example


Text Example

White with #556F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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