Shades of Green #035500
Tints of Green #035500
RGB
CMYK
RGB Variations
Color information
#035500 (or 0x035500) is known color: Green. HEX triplet: 03, 55 and 00. RGB value is (3,85,0). Sum of RGB (Red+Green+Blue) = 3+85+0=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 85 (33.59% from 255 or 96.59% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 85 - color contains mainly: green. Hex color #035500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035500 is #FCAAFF. Grayscale: #333333. Windows color (decimal): -16558848 or 21763. OLE color: 21763.
HSL color Cylindrical-coordinate representation of color #035500: hue angle of 117.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.67 |
| HSL | 117.88º | 1% | 0.17% | - |
| HSV(B) | 117.88º | 1% | 0.33% | - |
| XYZ | 3.29 | 6.52 | 1.08 | - |
| YUV | 50.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 0 | 0.96 | 0 | 1 | 0.67 | 117.88 | 1 | 0.17 |
| Hex | 3 | 55 | 0 | 60 | 0 | 64 | 43 | 76 | 64 | 11 |
| Octal | 3 | 125 | 0 | 140 | 0 | 144 | 103 | 166 | 144 | 21 |
| Binary | 11 | 1010101 | 0 | 1100000 | 0 | 1100100 | 1000011 | 1110110 | 1100100 | 10001 |
Color Harmonies of #035500
Complementary color
Monochromatic Colors of #035500
Black with #035500
Text Example
Text Example
White with #035500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035500; }
p { color: rgb(3,85,0); }
H1.HeaderClassName
{
color: #035500;
}
.AnyTagClassName
{
color: #035500;
}
</style>
background-color css
<style>
a { background-color: #035500; }
a { background-color: rgb(3,85,0); }
div.DivClassName
{
background-color: #035500;
}
.BgClassName
{
background-color: #035500;
}
</style>
border-color css
<style>
span { border-color: #035500; }
span { border-color: rgb(3,85,0); }
td.TdClassName
{
border-color: #035500;
}
.TagClassName
{
border-color: #035500;
}
</style>