Shades of Green #045607
Tints of Green #045607
RGB
CMYK
RGB Variations
Color information
#045607 (or 0x045607) is known color: Green. HEX triplet: 04, 56 and 07. RGB value is (4,86,7). Sum of RGB (Red+Green+Blue) = 4+86+7=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #045607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045607 is #FBA9F8. Grayscale: #343434. Windows color (decimal): -16493049 or 480772. OLE color: 480772.
HSL color Cylindrical-coordinate representation of color #045607: hue angle of 122.2º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045607 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 86 | 7 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.66 |
| HSL | 122.2º | 0.91% | 0.18% | - |
| HSV(B) | 122.2º | 0.95% | 0.34% | - |
| XYZ | 3.42 | 6.7 | 1.31 | - |
| YUV | 52.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 7 | 0.95 | 0 | 0.92 | 0.66 | 122.2 | 0.91 | 0.18 |
| Hex | 4 | 56 | 7 | 5F | 0 | 5C | 42 | 7A | 5B | 12 |
| Octal | 4 | 126 | 7 | 137 | 0 | 134 | 102 | 172 | 133 | 22 |
| Binary | 100 | 1010110 | 111 | 1011111 | 0 | 1011100 | 1000010 | 1111010 | 1011011 | 10010 |
Color Harmonies of #045607
Complementary color
Monochromatic Colors of #045607
Black with #045607
Text Example
Text Example
White with #045607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045607; }
p { color: rgb(4,86,7); }
H1.HeaderClassName
{
color: #045607;
}
.AnyTagClassName
{
color: #045607;
}
</style>
background-color css
<style>
a { background-color: #045607; }
a { background-color: rgb(4,86,7); }
div.DivClassName
{
background-color: #045607;
}
.BgClassName
{
background-color: #045607;
}
</style>
border-color css
<style>
span { border-color: #045607; }
span { border-color: rgb(4,86,7); }
td.TdClassName
{
border-color: #045607;
}
.TagClassName
{
border-color: #045607;
}
</style>