Shades of Green #045901
Tints of Green #045901
RGB
CMYK
RGB Variations
Color information
#045901 (or 0x045901) is known color: Green. HEX triplet: 04, 59 and 01. RGB value is (4,89,1). Sum of RGB (Red+Green+Blue) = 4+89+1=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 89 (35.16% from 255 or 94.68% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 89 - color contains mainly: green. Hex color #045901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045901 is #FBA6FE. Grayscale: #353535. Windows color (decimal): -16492287 or 88324. OLE color: 88324.
HSL color Cylindrical-coordinate representation of color #045901: hue angle of 117.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045901 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.65 |
| HSL | 117.95º | 0.98% | 0.18% | - |
| HSV(B) | 117.95º | 0.99% | 0.35% | - |
| XYZ | 3.63 | 7.17 | 1.22 | - |
| YUV | 53.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 1 | 0.96 | 0 | 0.99 | 0.65 | 117.95 | 0.98 | 0.18 |
| Hex | 4 | 59 | 1 | 60 | 0 | 63 | 41 | 76 | 62 | 12 |
| Octal | 4 | 131 | 1 | 140 | 0 | 143 | 101 | 166 | 142 | 22 |
| Binary | 100 | 1011001 | 1 | 1100000 | 0 | 1100011 | 1000001 | 1110110 | 1100010 | 10010 |
Color Harmonies of #045901
Complementary color
Monochromatic Colors of #045901
Black with #045901
Text Example
Text Example
White with #045901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045901; }
p { color: rgb(4,89,1); }
H1.HeaderClassName
{
color: #045901;
}
.AnyTagClassName
{
color: #045901;
}
</style>
background-color css
<style>
a { background-color: #045901; }
a { background-color: rgb(4,89,1); }
div.DivClassName
{
background-color: #045901;
}
.BgClassName
{
background-color: #045901;
}
</style>
border-color css
<style>
span { border-color: #045901; }
span { border-color: rgb(4,89,1); }
td.TdClassName
{
border-color: #045901;
}
.TagClassName
{
border-color: #045901;
}
</style>