Shades of Green #045C11
Tints of Green #045C11
RGB
CMYK
RGB Variations
Color information
#045C11 (or 0x045C11) is known color: Green. HEX triplet: 04, 5C and 11. RGB value is (4,92,17). Sum of RGB (Red+Green+Blue) = 4+92+17=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #045C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C11 is #FBA3EE. Grayscale: #393939. Windows color (decimal): -16491503 or 1137668. OLE color: 1137668.
HSL color Cylindrical-coordinate representation of color #045C11: hue angle of 128.86º 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 #045C11 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 17 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.64 |
| HSL | 128.86º | 0.92% | 0.19% | - |
| HSV(B) | 128.86º | 0.96% | 0.36% | - |
| XYZ | 3.98 | 7.72 | 1.81 | - |
| YUV | 57.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 17 | 0.96 | 0 | 0.82 | 0.64 | 128.86 | 0.92 | 0.19 |
| Hex | 4 | 5C | 11 | 60 | 0 | 52 | 40 | 81 | 5C | 13 |
| Octal | 4 | 134 | 21 | 140 | 0 | 122 | 100 | 201 | 134 | 23 |
| Binary | 100 | 1011100 | 10001 | 1100000 | 0 | 1010010 | 1000000 | 10000001 | 1011100 | 10011 |
Color Harmonies of #045C11
Complementary color
Monochromatic Colors of #045C11
Black with #045C11
Text Example
Text Example
White with #045C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C11; }
p { color: rgb(4,92,17); }
H1.HeaderClassName
{
color: #045C11;
}
.AnyTagClassName
{
color: #045C11;
}
</style>
background-color css
<style>
a { background-color: #045C11; }
a { background-color: rgb(4,92,17); }
div.DivClassName
{
background-color: #045C11;
}
.BgClassName
{
background-color: #045C11;
}
</style>
border-color css
<style>
span { border-color: #045C11; }
span { border-color: rgb(4,92,17); }
td.TdClassName
{
border-color: #045C11;
}
.TagClassName
{
border-color: #045C11;
}
</style>