Shades of Sherwood Green #0A533D
Tints of Sherwood Green #0A533D
RGB
CMYK
RGB Variations
Color information
#0A533D (or 0x0A533D) is known color: Sherwood Green. HEX triplet: 0A, 53 and 3D. RGB value is (10,83,61). Sum of RGB (Red+Green+Blue) = 10+83+61=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #0A533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A533D is #F5ACC2. Grayscale: #3A3A3A. Windows color (decimal): -16100547 or 4018954. OLE color: 4018954.
HSL color Cylindrical-coordinate representation of color #0A533D: hue angle of 161.92º 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 #0A533D is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 61 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.67 |
| HSL | 161.92º | 0.78% | 0.18% | - |
| HSV(B) | 161.92º | 0.88% | 0.33% | - |
| XYZ | 4.06 | 6.59 | 5.47 | - |
| YUV | 58.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 61 | 0.88 | 0 | 0.27 | 0.67 | 161.92 | 0.78 | 0.18 |
| Hex | A | 53 | 3D | 58 | 0 | 1B | 43 | A2 | 4E | 12 |
| Octal | 12 | 123 | 75 | 130 | 0 | 33 | 103 | 242 | 116 | 22 |
| Binary | 1010 | 1010011 | 111101 | 1011000 | 0 | 11011 | 1000011 | 10100010 | 1001110 | 10010 |
Color Harmonies of #0A533D
Complementary color
Monochromatic Colors of #0A533D
Black with #0A533D
Text Example
Text Example
White with #0A533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A533D; }
p { color: rgb(10,83,61); }
H1.HeaderClassName
{
color: #0A533D;
}
.AnyTagClassName
{
color: #0A533D;
}
</style>
background-color css
<style>
a { background-color: #0A533D; }
a { background-color: rgb(10,83,61); }
div.DivClassName
{
background-color: #0A533D;
}
.BgClassName
{
background-color: #0A533D;
}
</style>
border-color css
<style>
span { border-color: #0A533D; }
span { border-color: rgb(10,83,61); }
td.TdClassName
{
border-color: #0A533D;
}
.TagClassName
{
border-color: #0A533D;
}
</style>