Shades of Thatch Green #554F2F
Tints of Thatch Green #554F2F
RGB
CMYK
RGB Variations
Color information
#554F2F (or 0x554F2F) is known color: Thatch Green. HEX triplet: 55, 4F and 2F. RGB value is (85,79,47). Sum of RGB (Red+Green+Blue) = 85+79+47=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2F is #AAB0D0. Grayscale: #4D4D4D. Windows color (decimal): -11186385 or 3100501. OLE color: 3100501.
HSL color Cylindrical-coordinate representation of color #554F2F: hue angle of 50.53º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554F2F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 47 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.67 |
| HSL | 50.53º | 0.29% | 0.26% | - |
| HSV(B) | 50.53º | 0.45% | 0.33% | - |
| XYZ | 7.06 | 7.73 | 3.81 | - |
| YUV | 77.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 47 | 0 | 0.07 | 0.45 | 0.67 | 50.53 | 0.29 | 0.26 |
| Hex | 55 | 4F | 2F | 0 | 7 | 2D | 43 | 33 | 1D | 1A |
| Octal | 125 | 117 | 57 | 0 | 7 | 55 | 103 | 63 | 35 | 32 |
| Binary | 1010101 | 1001111 | 101111 | 0 | 111 | 101101 | 1000011 | 110011 | 11101 | 11010 |
Color Harmonies of #554F2F
Complementary color
Monochromatic Colors of #554F2F
Black with #554F2F
Text Example
Text Example
White with #554F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F2F; }
p { color: rgb(85,79,47); }
H1.HeaderClassName
{
color: #554F2F;
}
.AnyTagClassName
{
color: #554F2F;
}
</style>
background-color css
<style>
a { background-color: #554F2F; }
a { background-color: rgb(85,79,47); }
div.DivClassName
{
background-color: #554F2F;
}
.BgClassName
{
background-color: #554F2F;
}
</style>
border-color css
<style>
span { border-color: #554F2F; }
span { border-color: rgb(85,79,47); }
td.TdClassName
{
border-color: #554F2F;
}
.TagClassName
{
border-color: #554F2F;
}
</style>