Shades of Thatch Green #554F32
Tints of Thatch Green #554F32
RGB
CMYK
RGB Variations
Color information
#554F32 (or 0x554F32) is known color: Thatch Green. HEX triplet: 55, 4F and 32. RGB value is (85,79,50). Sum of RGB (Red+Green+Blue) = 85+79+50=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F32 is #AAB0CD. Grayscale: #4D4D4D. Windows color (decimal): -11186382 or 3297109. OLE color: 3297109.
HSL color Cylindrical-coordinate representation of color #554F32: hue angle of 49.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554F32 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 50 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.67 |
| HSL | 49.71º | 0.26% | 0.26% | - |
| HSV(B) | 49.71º | 0.41% | 0.33% | - |
| XYZ | 7.12 | 7.75 | 4.14 | - |
| YUV | 77.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 50 | 0 | 0.07 | 0.41 | 0.67 | 49.71 | 0.26 | 0.26 |
| Hex | 55 | 4F | 32 | 0 | 7 | 29 | 43 | 32 | 1A | 1A |
| Octal | 125 | 117 | 62 | 0 | 7 | 51 | 103 | 62 | 32 | 32 |
| Binary | 1010101 | 1001111 | 110010 | 0 | 111 | 101001 | 1000011 | 110010 | 11010 | 11010 |
Color Harmonies of #554F32
Complementary color
Monochromatic Colors of #554F32
Black with #554F32
Text Example
Text Example
White with #554F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F32; }
p { color: rgb(85,79,50); }
H1.HeaderClassName
{
color: #554F32;
}
.AnyTagClassName
{
color: #554F32;
}
</style>
background-color css
<style>
a { background-color: #554F32; }
a { background-color: rgb(85,79,50); }
div.DivClassName
{
background-color: #554F32;
}
.BgClassName
{
background-color: #554F32;
}
</style>
border-color css
<style>
span { border-color: #554F32; }
span { border-color: rgb(85,79,50); }
td.TdClassName
{
border-color: #554F32;
}
.TagClassName
{
border-color: #554F32;
}
</style>