Shades of Sherwood Green #0A533C
Tints of Sherwood Green #0A533C
RGB
CMYK
RGB Variations
Color information
#0A533C (or 0x0A533C) is known color: Sherwood Green. HEX triplet: 0A, 53 and 3C. RGB value is (10,83,60). Sum of RGB (Red+Green+Blue) = 10+83+60=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #0A533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A533C is #F5ACC3. Grayscale: #3A3A3A. Windows color (decimal): -16100548 or 3953418. OLE color: 3953418.
HSL color Cylindrical-coordinate representation of color #0A533C: hue angle of 161.1º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A533C is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 60 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.67 |
| HSL | 161.1º | 0.78% | 0.18% | - |
| HSV(B) | 161.1º | 0.88% | 0.33% | - |
| XYZ | 4.03 | 6.58 | 5.33 | - |
| YUV | 58.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 60 | 0.88 | 0 | 0.28 | 0.67 | 161.1 | 0.78 | 0.18 |
| Hex | A | 53 | 3C | 58 | 0 | 1C | 43 | A1 | 4E | 12 |
| Octal | 12 | 123 | 74 | 130 | 0 | 34 | 103 | 241 | 116 | 22 |
| Binary | 1010 | 1010011 | 111100 | 1011000 | 0 | 11100 | 1000011 | 10100001 | 1001110 | 10010 |
Color Harmonies of #0A533C
Complementary color
Monochromatic Colors of #0A533C
Black with #0A533C
Text Example
Text Example
White with #0A533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A533C; }
p { color: rgb(10,83,60); }
H1.HeaderClassName
{
color: #0A533C;
}
.AnyTagClassName
{
color: #0A533C;
}
</style>
background-color css
<style>
a { background-color: #0A533C; }
a { background-color: rgb(10,83,60); }
div.DivClassName
{
background-color: #0A533C;
}
.BgClassName
{
background-color: #0A533C;
}
</style>
border-color css
<style>
span { border-color: #0A533C; }
span { border-color: rgb(10,83,60); }
td.TdClassName
{
border-color: #0A533C;
}
.TagClassName
{
border-color: #0A533C;
}
</style>