Shades of Green #045A04
Tints of Green #045A04
RGB
CMYK
RGB Variations
Color information
#045A04 (or 0x045A04) is known color: Green. HEX triplet: 04, 5A and 04. RGB value is (4,90,4). Sum of RGB (Red+Green+Blue) = 4+90+4=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 90 (35.55% from 255 or 91.84% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 90 - color contains mainly: green. Hex color #045A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A04 is #FBA5FB. Grayscale: #363636. Windows color (decimal): -16492028 or 285188. OLE color: 285188.
HSL color Cylindrical-coordinate representation of color #045A04: hue angle of 120º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A04 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.65 |
| HSL | 120º | 0.91% | 0.18% | - |
| HSV(B) | 120º | 0.96% | 0.35% | - |
| XYZ | 3.73 | 7.35 | 1.34 | - |
| YUV | 54.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 4 | 0.96 | 0 | 0.96 | 0.65 | 120 | 0.91 | 0.18 |
| Hex | 4 | 5A | 4 | 60 | 0 | 60 | 41 | 78 | 5B | 12 |
| Octal | 4 | 132 | 4 | 140 | 0 | 140 | 101 | 170 | 133 | 22 |
| Binary | 100 | 1011010 | 100 | 1100000 | 0 | 1100000 | 1000001 | 1111000 | 1011011 | 10010 |
Color Harmonies of #045A04
Complementary color
Monochromatic Colors of #045A04
Black with #045A04
Text Example
Text Example
White with #045A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A04; }
p { color: rgb(4,90,4); }
H1.HeaderClassName
{
color: #045A04;
}
.AnyTagClassName
{
color: #045A04;
}
</style>
background-color css
<style>
a { background-color: #045A04; }
a { background-color: rgb(4,90,4); }
div.DivClassName
{
background-color: #045A04;
}
.BgClassName
{
background-color: #045A04;
}
</style>
border-color css
<style>
span { border-color: #045A04; }
span { border-color: rgb(4,90,4); }
td.TdClassName
{
border-color: #045A04;
}
.TagClassName
{
border-color: #045A04;
}
</style>