Shades of Sherwood Green #08533B
Tints of Sherwood Green #08533B
RGB
CMYK
RGB Variations
Color information
#08533B (or 0x08533B) is known color: Sherwood Green. HEX triplet: 08, 53 and 3B. RGB value is (8,83,59). Sum of RGB (Red+Green+Blue) = 8+83+59=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #08533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08533B is #F7ACC4. Grayscale: #393939. Windows color (decimal): -16231621 or 3887880. OLE color: 3887880.
HSL color Cylindrical-coordinate representation of color #08533B: hue angle of 160.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08533B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 59 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.67 |
| HSL | 160.8º | 0.82% | 0.18% | - |
| HSV(B) | 160.8º | 0.9% | 0.33% | - |
| XYZ | 3.98 | 6.55 | 5.19 | - |
| YUV | 57.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 59 | 0.90 | 0 | 0.29 | 0.67 | 160.8 | 0.82 | 0.18 |
| Hex | 8 | 53 | 3B | 5A | 0 | 1D | 43 | A1 | 52 | 12 |
| Octal | 10 | 123 | 73 | 132 | 0 | 35 | 103 | 241 | 122 | 22 |
| Binary | 1000 | 1010011 | 111011 | 1011010 | 0 | 11101 | 1000011 | 10100001 | 1010010 | 10010 |
Color Harmonies of #08533B
Complementary color
Monochromatic Colors of #08533B
Black with #08533B
Text Example
Text Example
White with #08533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08533B; }
p { color: rgb(8,83,59); }
H1.HeaderClassName
{
color: #08533B;
}
.AnyTagClassName
{
color: #08533B;
}
</style>
background-color css
<style>
a { background-color: #08533B; }
a { background-color: rgb(8,83,59); }
div.DivClassName
{
background-color: #08533B;
}
.BgClassName
{
background-color: #08533B;
}
</style>
border-color css
<style>
span { border-color: #08533B; }
span { border-color: rgb(8,83,59); }
td.TdClassName
{
border-color: #08533B;
}
.TagClassName
{
border-color: #08533B;
}
</style>