Shades of Sherwood Green #08533C
Tints of Sherwood Green #08533C
RGB
CMYK
RGB Variations
Color information
#08533C (or 0x08533C) is known color: Sherwood Green. HEX triplet: 08, 53 and 3C. RGB value is (8,83,60). Sum of RGB (Red+Green+Blue) = 8+83+60=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #08533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08533C is #F7ACC3. Grayscale: #393939. Windows color (decimal): -16231620 or 3953416. OLE color: 3953416.
HSL color Cylindrical-coordinate representation of color #08533C: hue angle of 161.6º 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 #08533C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 60 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.67 |
| HSL | 161.6º | 0.82% | 0.18% | - |
| HSV(B) | 161.6º | 0.9% | 0.33% | - |
| XYZ | 4.01 | 6.56 | 5.33 | - |
| YUV | 57.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 60 | 0.90 | 0 | 0.28 | 0.67 | 161.6 | 0.82 | 0.18 |
| Hex | 8 | 53 | 3C | 5A | 0 | 1C | 43 | A2 | 52 | 12 |
| Octal | 10 | 123 | 74 | 132 | 0 | 34 | 103 | 242 | 122 | 22 |
| Binary | 1000 | 1010011 | 111100 | 1011010 | 0 | 11100 | 1000011 | 10100010 | 1010010 | 10010 |
Color Harmonies of #08533C
Complementary color
Monochromatic Colors of #08533C
Black with #08533C
Text Example
Text Example
White with #08533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08533C; }
p { color: rgb(8,83,60); }
H1.HeaderClassName
{
color: #08533C;
}
.AnyTagClassName
{
color: #08533C;
}
</style>
background-color css
<style>
a { background-color: #08533C; }
a { background-color: rgb(8,83,60); }
div.DivClassName
{
background-color: #08533C;
}
.BgClassName
{
background-color: #08533C;
}
</style>
border-color css
<style>
span { border-color: #08533C; }
span { border-color: rgb(8,83,60); }
td.TdClassName
{
border-color: #08533C;
}
.TagClassName
{
border-color: #08533C;
}
</style>