Shades of Sherwood Green #03523A
Tints of Sherwood Green #03523A
RGB
CMYK
RGB Variations
Color information
#03523A (or 0x03523A) is known color: Sherwood Green. HEX triplet: 03, 52 and 3A. RGB value is (3,82,58). Sum of RGB (Red+Green+Blue) = 3+82+58=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #03523A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03523A is #FCADC5. Grayscale: #373737. Windows color (decimal): -16559558 or 3822083. OLE color: 3822083.
HSL color Cylindrical-coordinate representation of color #03523A: hue angle of 161.77º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03523A is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 58 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.68 |
| HSL | 161.77º | 0.93% | 0.17% | - |
| HSV(B) | 161.77º | 0.96% | 0.32% | - |
| XYZ | 3.82 | 6.36 | 5.03 | - |
| YUV | 55.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 58 | 0.96 | 0 | 0.29 | 0.68 | 161.77 | 0.93 | 0.17 |
| Hex | 3 | 52 | 3A | 60 | 0 | 1D | 44 | A2 | 5D | 11 |
| Octal | 3 | 122 | 72 | 140 | 0 | 35 | 104 | 242 | 135 | 21 |
| Binary | 11 | 1010010 | 111010 | 1100000 | 0 | 11101 | 1000100 | 10100010 | 1011101 | 10001 |
Color Harmonies of #03523A
Complementary color
Monochromatic Colors of #03523A
Black with #03523A
Text Example
Text Example
White with #03523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03523A; }
p { color: rgb(3,82,58); }
H1.HeaderClassName
{
color: #03523A;
}
.AnyTagClassName
{
color: #03523A;
}
</style>
background-color css
<style>
a { background-color: #03523A; }
a { background-color: rgb(3,82,58); }
div.DivClassName
{
background-color: #03523A;
}
.BgClassName
{
background-color: #03523A;
}
</style>
border-color css
<style>
span { border-color: #03523A; }
span { border-color: rgb(3,82,58); }
td.TdClassName
{
border-color: #03523A;
}
.TagClassName
{
border-color: #03523A;
}
</style>