Shades of Green #045A07
Tints of Green #045A07
RGB
CMYK
RGB Variations
Color information
#045A07 (or 0x045A07) is known color: Green. HEX triplet: 04, 5A and 07. RGB value is (4,90,7). Sum of RGB (Red+Green+Blue) = 4+90+7=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 90 (35.55% from 255 or 89.11% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 90 - color contains mainly: green. Hex color #045A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A07 is #FBA5F8. Grayscale: #373737. Windows color (decimal): -16492025 or 481796. OLE color: 481796.
HSL color Cylindrical-coordinate representation of color #045A07: hue angle of 122.09º 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 #045A07 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 7 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.65 |
| HSL | 122.09º | 0.91% | 0.18% | - |
| HSV(B) | 122.09º | 0.96% | 0.35% | - |
| XYZ | 3.74 | 7.35 | 1.42 | - |
| YUV | 54.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 7 | 0.96 | 0 | 0.92 | 0.65 | 122.09 | 0.91 | 0.18 |
| Hex | 4 | 5A | 7 | 60 | 0 | 5C | 41 | 7A | 5B | 12 |
| Octal | 4 | 132 | 7 | 140 | 0 | 134 | 101 | 172 | 133 | 22 |
| Binary | 100 | 1011010 | 111 | 1100000 | 0 | 1011100 | 1000001 | 1111010 | 1011011 | 10010 |
Color Harmonies of #045A07
Complementary color
Monochromatic Colors of #045A07
Black with #045A07
Text Example
Text Example
White with #045A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A07; }
p { color: rgb(4,90,7); }
H1.HeaderClassName
{
color: #045A07;
}
.AnyTagClassName
{
color: #045A07;
}
</style>
background-color css
<style>
a { background-color: #045A07; }
a { background-color: rgb(4,90,7); }
div.DivClassName
{
background-color: #045A07;
}
.BgClassName
{
background-color: #045A07;
}
</style>
border-color css
<style>
span { border-color: #045A07; }
span { border-color: rgb(4,90,7); }
td.TdClassName
{
border-color: #045A07;
}
.TagClassName
{
border-color: #045A07;
}
</style>