Shades of Green #045A09
Tints of Green #045A09
RGB
CMYK
RGB Variations
Color information
#045A09 (or 0x045A09) is known color: Green. HEX triplet: 04, 5A and 09. RGB value is (4,90,9). Sum of RGB (Red+Green+Blue) = 4+90+9=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 90 (35.55% from 255 or 87.38% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 90 - color contains mainly: green. Hex color #045A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A09 is #FBA5F6. Grayscale: #373737. Windows color (decimal): -16492023 or 612868. OLE color: 612868.
HSL color Cylindrical-coordinate representation of color #045A09: hue angle of 123.49º 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 #045A09 is Cyan = 0.96, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 9 | - |
| CMYK | 0.96 | 0 | 0.9 | 0.65 |
| HSL | 123.49º | 0.91% | 0.18% | - |
| HSV(B) | 123.49º | 0.96% | 0.35% | - |
| XYZ | 3.76 | 7.36 | 1.48 | - |
| YUV | 55.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 9 | 0.96 | 0 | 0.9 | 0.65 | 123.49 | 0.91 | 0.18 |
| Hex | 4 | 5A | 9 | 60 | 0 | 5A | 41 | 7B | 5B | 12 |
| Octal | 4 | 132 | 11 | 140 | 0 | 132 | 101 | 173 | 133 | 22 |
| Binary | 100 | 1011010 | 1001 | 1100000 | 0 | 1011010 | 1000001 | 1111011 | 1011011 | 10010 |
Color Harmonies of #045A09
Complementary color
Monochromatic Colors of #045A09
Black with #045A09
Text Example
Text Example
White with #045A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A09; }
p { color: rgb(4,90,9); }
H1.HeaderClassName
{
color: #045A09;
}
.AnyTagClassName
{
color: #045A09;
}
</style>
background-color css
<style>
a { background-color: #045A09; }
a { background-color: rgb(4,90,9); }
div.DivClassName
{
background-color: #045A09;
}
.BgClassName
{
background-color: #045A09;
}
</style>
border-color css
<style>
span { border-color: #045A09; }
span { border-color: rgb(4,90,9); }
td.TdClassName
{
border-color: #045A09;
}
.TagClassName
{
border-color: #045A09;
}
</style>