Shades of Thatch Green #554F33
Tints of Thatch Green #554F33
RGB
CMYK
RGB Variations
Color information
#554F33 (or 0x554F33) is known color: Thatch Green. HEX triplet: 55, 4F and 33. RGB value is (85,79,51). Sum of RGB (Red+Green+Blue) = 85+79+51=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F33 is #AAB0CC. Grayscale: #4D4D4D. Windows color (decimal): -11186381 or 3362645. OLE color: 3362645.
HSL color Cylindrical-coordinate representation of color #554F33: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554F33 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 51 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.67 |
| HSL | 49.41º | 0.25% | 0.27% | - |
| HSV(B) | 49.41º | 0.4% | 0.33% | - |
| XYZ | 7.14 | 7.76 | 4.25 | - |
| YUV | 77.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 51 | 0 | 0.07 | 0.40 | 0.67 | 49.41 | 0.25 | 0.27 |
| Hex | 55 | 4F | 33 | 0 | 7 | 28 | 43 | 31 | 19 | 1B |
| Octal | 125 | 117 | 63 | 0 | 7 | 50 | 103 | 61 | 31 | 33 |
| Binary | 1010101 | 1001111 | 110011 | 0 | 111 | 101000 | 1000011 | 110001 | 11001 | 11011 |
Color Harmonies of #554F33
Complementary color
Monochromatic Colors of #554F33
Black with #554F33
Text Example
Text Example
White with #554F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F33; }
p { color: rgb(85,79,51); }
H1.HeaderClassName
{
color: #554F33;
}
.AnyTagClassName
{
color: #554F33;
}
</style>
background-color css
<style>
a { background-color: #554F33; }
a { background-color: rgb(85,79,51); }
div.DivClassName
{
background-color: #554F33;
}
.BgClassName
{
background-color: #554F33;
}
</style>
border-color css
<style>
span { border-color: #554F33; }
span { border-color: rgb(85,79,51); }
td.TdClassName
{
border-color: #554F33;
}
.TagClassName
{
border-color: #554F33;
}
</style>