Shades of Green #03580A
Tints of Green #03580A
RGB
CMYK
RGB Variations
Color information
#03580A (or 0x03580A) is known color: Green. HEX triplet: 03, 58 and 0A. RGB value is (3,88,10). Sum of RGB (Red+Green+Blue) = 3+88+10=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 88 (34.77% from 255 or 87.13% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 88 - color contains mainly: green. Hex color #03580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03580A is #FCA7F5. Grayscale: #353535. Windows color (decimal): -16558070 or 677891. OLE color: 677891.
HSL color Cylindrical-coordinate representation of color #03580A: hue angle of 124.94º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03580A is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 10 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.65 |
| HSL | 124.94º | 0.93% | 0.18% | - |
| HSV(B) | 124.94º | 0.97% | 0.35% | - |
| XYZ | 3.58 | 7.02 | 1.45 | - |
| YUV | 53.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 10 | 0.97 | 0 | 0.89 | 0.65 | 124.94 | 0.93 | 0.18 |
| Hex | 3 | 58 | A | 61 | 0 | 59 | 41 | 7D | 5D | 12 |
| Octal | 3 | 130 | 12 | 141 | 0 | 131 | 101 | 175 | 135 | 22 |
| Binary | 11 | 1011000 | 1010 | 1100001 | 0 | 1011001 | 1000001 | 1111101 | 1011101 | 10010 |
Color Harmonies of #03580A
Complementary color
Monochromatic Colors of #03580A
Black with #03580A
Text Example
Text Example
White with #03580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03580A; }
p { color: rgb(3,88,10); }
H1.HeaderClassName
{
color: #03580A;
}
.AnyTagClassName
{
color: #03580A;
}
</style>
background-color css
<style>
a { background-color: #03580A; }
a { background-color: rgb(3,88,10); }
div.DivClassName
{
background-color: #03580A;
}
.BgClassName
{
background-color: #03580A;
}
</style>
border-color css
<style>
span { border-color: #03580A; }
span { border-color: rgb(3,88,10); }
td.TdClassName
{
border-color: #03580A;
}
.TagClassName
{
border-color: #03580A;
}
</style>