Shades of Sherwood Green #03533A
Tints of Sherwood Green #03533A
RGB
CMYK
RGB Variations
Color information
#03533A (or 0x03533A) is known color: Sherwood Green. HEX triplet: 03, 53 and 3A. RGB value is (3,83,58). Sum of RGB (Red+Green+Blue) = 3+83+58=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #03533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03533A is #FCACC5. Grayscale: #383838. Windows color (decimal): -16559302 or 3822339. OLE color: 3822339.
HSL color Cylindrical-coordinate representation of color #03533A: hue angle of 161.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03533A is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 58 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.67 |
| HSL | 161.25º | 0.93% | 0.17% | - |
| HSV(B) | 161.25º | 0.96% | 0.33% | - |
| XYZ | 3.89 | 6.51 | 5.05 | - |
| YUV | 56.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 58 | 0.96 | 0 | 0.30 | 0.67 | 161.25 | 0.93 | 0.17 |
| Hex | 3 | 53 | 3A | 60 | 0 | 1E | 43 | A1 | 5D | 11 |
| Octal | 3 | 123 | 72 | 140 | 0 | 36 | 103 | 241 | 135 | 21 |
| Binary | 11 | 1010011 | 111010 | 1100000 | 0 | 11110 | 1000011 | 10100001 | 1011101 | 10001 |
Color Harmonies of #03533A
Complementary color
Monochromatic Colors of #03533A
Black with #03533A
Text Example
Text Example
White with #03533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03533A; }
p { color: rgb(3,83,58); }
H1.HeaderClassName
{
color: #03533A;
}
.AnyTagClassName
{
color: #03533A;
}
</style>
background-color css
<style>
a { background-color: #03533A; }
a { background-color: rgb(3,83,58); }
div.DivClassName
{
background-color: #03533A;
}
.BgClassName
{
background-color: #03533A;
}
</style>
border-color css
<style>
span { border-color: #03533A; }
span { border-color: rgb(3,83,58); }
td.TdClassName
{
border-color: #03533A;
}
.TagClassName
{
border-color: #03533A;
}
</style>