Shades of Sherwood Green #05533A
Tints of Sherwood Green #05533A
RGB
CMYK
RGB Variations
Color information
#05533A (or 0x05533A) is known color: Sherwood Green. HEX triplet: 05, 53 and 3A. RGB value is (5,83,58). Sum of RGB (Red+Green+Blue) = 5+83+58=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #05533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05533A is #FAACC5. Grayscale: #383838. Windows color (decimal): -16428230 or 3822341. OLE color: 3822341.
HSL color Cylindrical-coordinate representation of color #05533A: hue angle of 160.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05533A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 58 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.67 |
| HSL | 160.77º | 0.89% | 0.17% | - |
| HSV(B) | 160.77º | 0.94% | 0.33% | - |
| XYZ | 3.92 | 6.52 | 5.06 | - |
| YUV | 56.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 58 | 0.94 | 0 | 0.30 | 0.67 | 160.77 | 0.89 | 0.17 |
| Hex | 5 | 53 | 3A | 5E | 0 | 1E | 43 | A1 | 59 | 11 |
| Octal | 5 | 123 | 72 | 136 | 0 | 36 | 103 | 241 | 131 | 21 |
| Binary | 101 | 1010011 | 111010 | 1011110 | 0 | 11110 | 1000011 | 10100001 | 1011001 | 10001 |
Color Harmonies of #05533A
Complementary color
Monochromatic Colors of #05533A
Black with #05533A
Text Example
Text Example
White with #05533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05533A; }
p { color: rgb(5,83,58); }
H1.HeaderClassName
{
color: #05533A;
}
.AnyTagClassName
{
color: #05533A;
}
</style>
background-color css
<style>
a { background-color: #05533A; }
a { background-color: rgb(5,83,58); }
div.DivClassName
{
background-color: #05533A;
}
.BgClassName
{
background-color: #05533A;
}
</style>
border-color css
<style>
span { border-color: #05533A; }
span { border-color: rgb(5,83,58); }
td.TdClassName
{
border-color: #05533A;
}
.TagClassName
{
border-color: #05533A;
}
</style>