Shades of Green #045D00
Tints of Green #045D00
RGB
CMYK
RGB Variations
Color information
#045D00 (or 0x045D00) is known color: Green. HEX triplet: 04, 5D and 00. RGB value is (4,93,0). Sum of RGB (Red+Green+Blue) = 4+93+0=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 93 (36.72% from 255 or 95.88% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 93 - color contains mainly: green. Hex color #045D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045D00 is #FBA2FF. Grayscale: #383838. Windows color (decimal): -16491264 or 23812. OLE color: 23812.
HSL color Cylindrical-coordinate representation of color #045D00: hue angle of 117.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #045D00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.64 |
| HSL | 117.42º | 1% | 0.18% | - |
| HSV(B) | 117.42º | 1% | 0.36% | - |
| XYZ | 3.96 | 7.85 | 1.31 | - |
| YUV | 55.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 0 | 0.96 | 0 | 1 | 0.64 | 117.42 | 1 | 0.18 |
| Hex | 4 | 5D | 0 | 60 | 0 | 64 | 40 | 75 | 64 | 12 |
| Octal | 4 | 135 | 0 | 140 | 0 | 144 | 100 | 165 | 144 | 22 |
| Binary | 100 | 1011101 | 0 | 1100000 | 0 | 1100100 | 1000000 | 1110101 | 1100100 | 10010 |
Color Harmonies of #045D00
Complementary color
Monochromatic Colors of #045D00
Black with #045D00
Text Example
Text Example
White with #045D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D00; }
p { color: rgb(4,93,0); }
H1.HeaderClassName
{
color: #045D00;
}
.AnyTagClassName
{
color: #045D00;
}
</style>
background-color css
<style>
a { background-color: #045D00; }
a { background-color: rgb(4,93,0); }
div.DivClassName
{
background-color: #045D00;
}
.BgClassName
{
background-color: #045D00;
}
</style>
border-color css
<style>
span { border-color: #045D00; }
span { border-color: rgb(4,93,0); }
td.TdClassName
{
border-color: #045D00;
}
.TagClassName
{
border-color: #045D00;
}
</style>