Shades of Green #035503
Tints of Green #035503
RGB
CMYK
RGB Variations
Color information
#035503 (or 0x035503) is known color: Green. HEX triplet: 03, 55 and 03. RGB value is (3,85,3). Sum of RGB (Red+Green+Blue) = 3+85+3=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 85 (33.59% from 255 or 93.41% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 85 - color contains mainly: green. Hex color #035503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035503 is #FCAAFC. Grayscale: #333333. Windows color (decimal): -16558845 or 218371. OLE color: 218371.
HSL color Cylindrical-coordinate representation of color #035503: hue angle of 120º 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 #035503 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 3 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.67 |
| HSL | 120º | 0.93% | 0.17% | - |
| HSV(B) | 120º | 0.96% | 0.33% | - |
| XYZ | 3.3 | 6.52 | 1.17 | - |
| YUV | 51.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 3 | 0.96 | 0 | 0.96 | 0.67 | 120 | 0.93 | 0.17 |
| Hex | 3 | 55 | 3 | 60 | 0 | 60 | 43 | 78 | 5D | 11 |
| Octal | 3 | 125 | 3 | 140 | 0 | 140 | 103 | 170 | 135 | 21 |
| Binary | 11 | 1010101 | 11 | 1100000 | 0 | 1100000 | 1000011 | 1111000 | 1011101 | 10001 |
Color Harmonies of #035503
Complementary color
Monochromatic Colors of #035503
Black with #035503
Text Example
Text Example
White with #035503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035503; }
p { color: rgb(3,85,3); }
H1.HeaderClassName
{
color: #035503;
}
.AnyTagClassName
{
color: #035503;
}
</style>
background-color css
<style>
a { background-color: #035503; }
a { background-color: rgb(3,85,3); }
div.DivClassName
{
background-color: #035503;
}
.BgClassName
{
background-color: #035503;
}
</style>
border-color css
<style>
span { border-color: #035503; }
span { border-color: rgb(3,85,3); }
td.TdClassName
{
border-color: #035503;
}
.TagClassName
{
border-color: #035503;
}
</style>