Shades of Green #045A05
Tints of Green #045A05
RGB
CMYK
RGB Variations
Color information
#045A05 (or 0x045A05) is known color: Green. HEX triplet: 04, 5A and 05. RGB value is (4,90,5). Sum of RGB (Red+Green+Blue) = 4+90+5=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 90 (35.55% from 255 or 90.91% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 90 - color contains mainly: green. Hex color #045A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A05 is #FBA5FA. Grayscale: #363636. Windows color (decimal): -16492027 or 350724. OLE color: 350724.
HSL color Cylindrical-coordinate representation of color #045A05: hue angle of 120.7º 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 #045A05 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 5 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.65 |
| HSL | 120.7º | 0.91% | 0.18% | - |
| HSV(B) | 120.7º | 0.96% | 0.35% | - |
| XYZ | 3.73 | 7.35 | 1.37 | - |
| YUV | 54.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 5 | 0.96 | 0 | 0.94 | 0.65 | 120.7 | 0.91 | 0.18 |
| Hex | 4 | 5A | 5 | 60 | 0 | 5E | 41 | 79 | 5B | 12 |
| Octal | 4 | 132 | 5 | 140 | 0 | 136 | 101 | 171 | 133 | 22 |
| Binary | 100 | 1011010 | 101 | 1100000 | 0 | 1011110 | 1000001 | 1111001 | 1011011 | 10010 |
Color Harmonies of #045A05
Complementary color
Monochromatic Colors of #045A05
Black with #045A05
Text Example
Text Example
White with #045A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A05; }
p { color: rgb(4,90,5); }
H1.HeaderClassName
{
color: #045A05;
}
.AnyTagClassName
{
color: #045A05;
}
</style>
background-color css
<style>
a { background-color: #045A05; }
a { background-color: rgb(4,90,5); }
div.DivClassName
{
background-color: #045A05;
}
.BgClassName
{
background-color: #045A05;
}
</style>
border-color css
<style>
span { border-color: #045A05; }
span { border-color: rgb(4,90,5); }
td.TdClassName
{
border-color: #045A05;
}
.TagClassName
{
border-color: #045A05;
}
</style>