Shades of Green #035706
Tints of Green #035706
RGB
CMYK
RGB Variations
Color information
#035706 (or 0x035706) is known color: Green. HEX triplet: 03, 57 and 06. RGB value is (3,87,6). Sum of RGB (Red+Green+Blue) = 3+87+6=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 87 (34.38% from 255 or 90.62% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 87 - color contains mainly: green. Hex color #035706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035706 is #FCA8F9. Grayscale: #343434. Windows color (decimal): -16558330 or 415491. OLE color: 415491.
HSL color Cylindrical-coordinate representation of color #035706: hue angle of 122.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035706 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 6 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.66 |
| HSL | 122.14º | 0.93% | 0.18% | - |
| HSV(B) | 122.14º | 0.97% | 0.34% | - |
| XYZ | 3.48 | 6.85 | 1.31 | - |
| YUV | 52.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 6 | 0.97 | 0 | 0.93 | 0.66 | 122.14 | 0.93 | 0.18 |
| Hex | 3 | 57 | 6 | 61 | 0 | 5D | 42 | 7A | 5D | 12 |
| Octal | 3 | 127 | 6 | 141 | 0 | 135 | 102 | 172 | 135 | 22 |
| Binary | 11 | 1010111 | 110 | 1100001 | 0 | 1011101 | 1000010 | 1111010 | 1011101 | 10010 |
Color Harmonies of #035706
Complementary color
Monochromatic Colors of #035706
Black with #035706
Text Example
Text Example
White with #035706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035706; }
p { color: rgb(3,87,6); }
H1.HeaderClassName
{
color: #035706;
}
.AnyTagClassName
{
color: #035706;
}
</style>
background-color css
<style>
a { background-color: #035706; }
a { background-color: rgb(3,87,6); }
div.DivClassName
{
background-color: #035706;
}
.BgClassName
{
background-color: #035706;
}
</style>
border-color css
<style>
span { border-color: #035706; }
span { border-color: rgb(3,87,6); }
td.TdClassName
{
border-color: #035706;
}
.TagClassName
{
border-color: #035706;
}
</style>