Shades of Green #045F07
Tints of Green #045F07
RGB
CMYK
RGB Variations
Color information
#045F07 (or 0x045F07) is known color: Green. HEX triplet: 04, 5F and 07. RGB value is (4,95,7). Sum of RGB (Red+Green+Blue) = 4+95+7=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 95 (37.5% from 255 or 89.62% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 95 - color contains mainly: green. Hex color #045F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045F07 is #FBA0F8. Grayscale: #3A3A3A. Windows color (decimal): -16490745 or 483076. OLE color: 483076.
HSL color Cylindrical-coordinate representation of color #045F07: hue angle of 121.98º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F07 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 95 | 7 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.63 |
| HSL | 121.98º | 0.92% | 0.19% | - |
| HSV(B) | 121.98º | 0.96% | 0.37% | - |
| XYZ | 4.18 | 8.23 | 1.57 | - |
| YUV | 57.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 7 | 0.96 | 0 | 0.93 | 0.63 | 121.98 | 0.92 | 0.19 |
| Hex | 4 | 5F | 7 | 60 | 0 | 5D | 3F | 7A | 5C | 13 |
| Octal | 4 | 137 | 7 | 140 | 0 | 135 | 77 | 172 | 134 | 23 |
| Binary | 100 | 1011111 | 111 | 1100000 | 0 | 1011101 | 111111 | 1111010 | 1011100 | 10011 |
Color Harmonies of #045F07
Complementary color
Monochromatic Colors of #045F07
Black with #045F07
Text Example
Text Example
White with #045F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F07; }
p { color: rgb(4,95,7); }
H1.HeaderClassName
{
color: #045F07;
}
.AnyTagClassName
{
color: #045F07;
}
</style>
background-color css
<style>
a { background-color: #045F07; }
a { background-color: rgb(4,95,7); }
div.DivClassName
{
background-color: #045F07;
}
.BgClassName
{
background-color: #045F07;
}
</style>
border-color css
<style>
span { border-color: #045F07; }
span { border-color: rgb(4,95,7); }
td.TdClassName
{
border-color: #045F07;
}
.TagClassName
{
border-color: #045F07;
}
</style>