Shades of Green #045A01
Tints of Green #045A01
RGB
CMYK
RGB Variations
Color information
#045A01 (or 0x045A01) is known color: Green. HEX triplet: 04, 5A and 01. RGB value is (4,90,1). Sum of RGB (Red+Green+Blue) = 4+90+1=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 90 (35.55% from 255 or 94.74% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 90 - color contains mainly: green. Hex color #045A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A01 is #FBA5FE. Grayscale: #363636. Windows color (decimal): -16492031 or 88580. OLE color: 88580.
HSL color Cylindrical-coordinate representation of color #045A01: hue angle of 117.98º 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 #045A01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.65 |
| HSL | 117.98º | 0.98% | 0.18% | - |
| HSV(B) | 117.98º | 0.99% | 0.35% | - |
| XYZ | 3.71 | 7.34 | 1.25 | - |
| YUV | 54.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 1 | 0.96 | 0 | 0.99 | 0.65 | 117.98 | 0.98 | 0.18 |
| Hex | 4 | 5A | 1 | 60 | 0 | 63 | 41 | 76 | 62 | 12 |
| Octal | 4 | 132 | 1 | 140 | 0 | 143 | 101 | 166 | 142 | 22 |
| Binary | 100 | 1011010 | 1 | 1100000 | 0 | 1100011 | 1000001 | 1110110 | 1100010 | 10010 |
Color Harmonies of #045A01
Complementary color
Monochromatic Colors of #045A01
Black with #045A01
Text Example
Text Example
White with #045A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A01; }
p { color: rgb(4,90,1); }
H1.HeaderClassName
{
color: #045A01;
}
.AnyTagClassName
{
color: #045A01;
}
</style>
background-color css
<style>
a { background-color: #045A01; }
a { background-color: rgb(4,90,1); }
div.DivClassName
{
background-color: #045A01;
}
.BgClassName
{
background-color: #045A01;
}
</style>
border-color css
<style>
span { border-color: #045A01; }
span { border-color: rgb(4,90,1); }
td.TdClassName
{
border-color: #045A01;
}
.TagClassName
{
border-color: #045A01;
}
</style>