Shades of Green #035A06
Tints of Green #035A06
RGB
CMYK
RGB Variations
Color information
#035A06 (or 0x035A06) is known color: Green. HEX triplet: 03, 5A and 06. RGB value is (3,90,6). Sum of RGB (Red+Green+Blue) = 3+90+6=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 90 (35.55% from 255 or 90.91% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 90 - color contains mainly: green. Hex color #035A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A06 is #FCA5F9. Grayscale: #363636. Windows color (decimal): -16557562 or 416259. OLE color: 416259.
HSL color Cylindrical-coordinate representation of color #035A06: hue angle of 122.07º degrees, saturation: 0.94, 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 #035A06 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 6 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.65 |
| HSL | 122.07º | 0.94% | 0.18% | - |
| HSV(B) | 122.07º | 0.97% | 0.35% | - |
| XYZ | 3.73 | 7.34 | 1.39 | - |
| YUV | 54.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 6 | 0.97 | 0 | 0.93 | 0.65 | 122.07 | 0.94 | 0.18 |
| Hex | 3 | 5A | 6 | 61 | 0 | 5D | 41 | 7A | 5E | 12 |
| Octal | 3 | 132 | 6 | 141 | 0 | 135 | 101 | 172 | 136 | 22 |
| Binary | 11 | 1011010 | 110 | 1100001 | 0 | 1011101 | 1000001 | 1111010 | 1011110 | 10010 |
Color Harmonies of #035A06
Complementary color
Monochromatic Colors of #035A06
Black with #035A06
Text Example
Text Example
White with #035A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A06; }
p { color: rgb(3,90,6); }
H1.HeaderClassName
{
color: #035A06;
}
.AnyTagClassName
{
color: #035A06;
}
</style>
background-color css
<style>
a { background-color: #035A06; }
a { background-color: rgb(3,90,6); }
div.DivClassName
{
background-color: #035A06;
}
.BgClassName
{
background-color: #035A06;
}
</style>
border-color css
<style>
span { border-color: #035A06; }
span { border-color: rgb(3,90,6); }
td.TdClassName
{
border-color: #035A06;
}
.TagClassName
{
border-color: #035A06;
}
</style>