Shades of Sherwood Green #035139
Tints of Sherwood Green #035139
RGB
CMYK
RGB Variations
Color information
#035139 (or 0x035139) is known color: Sherwood Green. HEX triplet: 03, 51 and 39. RGB value is (3,81,57). Sum of RGB (Red+Green+Blue) = 3+81+57=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #035139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035139 is #FCAEC6. Grayscale: #363636. Windows color (decimal): -16559815 or 3756291. OLE color: 3756291.
HSL color Cylindrical-coordinate representation of color #035139: hue angle of 161.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035139 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 57 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.68 |
| HSL | 161.54º | 0.93% | 0.16% | - |
| HSV(B) | 161.54º | 0.96% | 0.32% | - |
| XYZ | 3.72 | 6.2 | 4.87 | - |
| YUV | 54.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 57 | 0.96 | 0 | 0.30 | 0.68 | 161.54 | 0.93 | 0.16 |
| Hex | 3 | 51 | 39 | 60 | 0 | 1E | 44 | A2 | 5D | 10 |
| Octal | 3 | 121 | 71 | 140 | 0 | 36 | 104 | 242 | 135 | 20 |
| Binary | 11 | 1010001 | 111001 | 1100000 | 0 | 11110 | 1000100 | 10100010 | 1011101 | 10000 |
Color Harmonies of #035139
Complementary color
Monochromatic Colors of #035139
Black with #035139
Text Example
Text Example
White with #035139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035139; }
p { color: rgb(3,81,57); }
H1.HeaderClassName
{
color: #035139;
}
.AnyTagClassName
{
color: #035139;
}
</style>
background-color css
<style>
a { background-color: #035139; }
a { background-color: rgb(3,81,57); }
div.DivClassName
{
background-color: #035139;
}
.BgClassName
{
background-color: #035139;
}
</style>
border-color css
<style>
span { border-color: #035139; }
span { border-color: rgb(3,81,57); }
td.TdClassName
{
border-color: #035139;
}
.TagClassName
{
border-color: #035139;
}
</style>