Shades of Sherwood Green #10533D
Tints of Sherwood Green #10533D
RGB
CMYK
RGB Variations
Color information
#10533D (or 0x10533D) is known color: Sherwood Green. HEX triplet: 10, 53 and 3D. RGB value is (16,83,61). Sum of RGB (Red+Green+Blue) = 16+83+61=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #10533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10533D is #EFACC2. Grayscale: #3C3C3C. Windows color (decimal): -15707331 or 4018960. OLE color: 4018960.
HSL color Cylindrical-coordinate representation of color #10533D: hue angle of 160.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10533D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 61 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.67 |
| HSL | 160.3º | 0.68% | 0.19% | - |
| HSV(B) | 160.3º | 0.81% | 0.33% | - |
| XYZ | 4.15 | 6.63 | 5.48 | - |
| YUV | 60.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 61 | 0.81 | 0 | 0.27 | 0.67 | 160.3 | 0.68 | 0.19 |
| Hex | 10 | 53 | 3D | 51 | 0 | 1B | 43 | A0 | 44 | 13 |
| Octal | 20 | 123 | 75 | 121 | 0 | 33 | 103 | 240 | 104 | 23 |
| Binary | 10000 | 1010011 | 111101 | 1010001 | 0 | 11011 | 1000011 | 10100000 | 1000100 | 10011 |
Color Harmonies of #10533D
Complementary color
Monochromatic Colors of #10533D
Black with #10533D
Text Example
Text Example
White with #10533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10533D; }
p { color: rgb(16,83,61); }
H1.HeaderClassName
{
color: #10533D;
}
.AnyTagClassName
{
color: #10533D;
}
</style>
background-color css
<style>
a { background-color: #10533D; }
a { background-color: rgb(16,83,61); }
div.DivClassName
{
background-color: #10533D;
}
.BgClassName
{
background-color: #10533D;
}
</style>
border-color css
<style>
span { border-color: #10533D; }
span { border-color: rgb(16,83,61); }
td.TdClassName
{
border-color: #10533D;
}
.TagClassName
{
border-color: #10533D;
}
</style>