Shades of Green #045D10
Tints of Green #045D10
RGB
CMYK
RGB Variations
Color information
#045D10 (or 0x045D10) is known color: Green. HEX triplet: 04, 5D and 10. RGB value is (4,93,16). Sum of RGB (Red+Green+Blue) = 4+93+16=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #045D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045D10 is #FBA2EF. Grayscale: #393939. Windows color (decimal): -16491248 or 1072388. OLE color: 1072388.
HSL color Cylindrical-coordinate representation of color #045D10: hue angle of 128.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D10 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 16 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.64 |
| HSL | 128.09º | 0.92% | 0.19% | - |
| HSV(B) | 128.09º | 0.96% | 0.36% | - |
| XYZ | 4.06 | 7.89 | 1.8 | - |
| YUV | 57.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 16 | 0.96 | 0 | 0.83 | 0.64 | 128.09 | 0.92 | 0.19 |
| Hex | 4 | 5D | 10 | 60 | 0 | 53 | 40 | 80 | 5C | 13 |
| Octal | 4 | 135 | 20 | 140 | 0 | 123 | 100 | 200 | 134 | 23 |
| Binary | 100 | 1011101 | 10000 | 1100000 | 0 | 1010011 | 1000000 | 10000000 | 1011100 | 10011 |
Color Harmonies of #045D10
Complementary color
Monochromatic Colors of #045D10
Black with #045D10
Text Example
Text Example
White with #045D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D10; }
p { color: rgb(4,93,16); }
H1.HeaderClassName
{
color: #045D10;
}
.AnyTagClassName
{
color: #045D10;
}
</style>
background-color css
<style>
a { background-color: #045D10; }
a { background-color: rgb(4,93,16); }
div.DivClassName
{
background-color: #045D10;
}
.BgClassName
{
background-color: #045D10;
}
</style>
border-color css
<style>
span { border-color: #045D10; }
span { border-color: rgb(4,93,16); }
td.TdClassName
{
border-color: #045D10;
}
.TagClassName
{
border-color: #045D10;
}
</style>