Shades of Green #035908
Tints of Green #035908
RGB
CMYK
RGB Variations
Color information
#035908 (or 0x035908) is known color: Green. HEX triplet: 03, 59 and 08. RGB value is (3,89,8). Sum of RGB (Red+Green+Blue) = 3+89+8=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 89 (35.16% from 255 or 89% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 89 - color contains mainly: green. Hex color #035908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035908 is #FCA6F7. Grayscale: #363636. Windows color (decimal): -16557816 or 547075. OLE color: 547075.
HSL color Cylindrical-coordinate representation of color #035908: hue angle of 123.49º 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 #035908 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 8 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.65 |
| HSL | 123.49º | 0.93% | 0.18% | - |
| HSV(B) | 123.49º | 0.97% | 0.35% | - |
| XYZ | 3.65 | 7.18 | 1.42 | - |
| YUV | 54.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 8 | 0.97 | 0 | 0.91 | 0.65 | 123.49 | 0.93 | 0.18 |
| Hex | 3 | 59 | 8 | 61 | 0 | 5B | 41 | 7B | 5D | 12 |
| Octal | 3 | 131 | 10 | 141 | 0 | 133 | 101 | 173 | 135 | 22 |
| Binary | 11 | 1011001 | 1000 | 1100001 | 0 | 1011011 | 1000001 | 1111011 | 1011101 | 10010 |
Color Harmonies of #035908
Complementary color
Monochromatic Colors of #035908
Black with #035908
Text Example
Text Example
White with #035908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035908; }
p { color: rgb(3,89,8); }
H1.HeaderClassName
{
color: #035908;
}
.AnyTagClassName
{
color: #035908;
}
</style>
background-color css
<style>
a { background-color: #035908; }
a { background-color: rgb(3,89,8); }
div.DivClassName
{
background-color: #035908;
}
.BgClassName
{
background-color: #035908;
}
</style>
border-color css
<style>
span { border-color: #035908; }
span { border-color: rgb(3,89,8); }
td.TdClassName
{
border-color: #035908;
}
.TagClassName
{
border-color: #035908;
}
</style>