Shades of Green #045B0E
Tints of Green #045B0E
RGB
CMYK
RGB Variations
Color information
#045B0E (or 0x045B0E) is known color: Green. HEX triplet: 04, 5B and 0E. RGB value is (4,91,14). Sum of RGB (Red+Green+Blue) = 4+91+14=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #045B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045B0E is #FBA4F1. Grayscale: #383838. Windows color (decimal): -16491762 or 940804. OLE color: 940804.
HSL color Cylindrical-coordinate representation of color #045B0E: hue angle of 126.9º 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 #045B0E is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 14 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.64 |
| HSL | 126.9º | 0.92% | 0.19% | - |
| HSV(B) | 126.9º | 0.96% | 0.36% | - |
| XYZ | 3.87 | 7.54 | 1.67 | - |
| YUV | 56.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 14 | 0.96 | 0 | 0.85 | 0.64 | 126.9 | 0.92 | 0.19 |
| Hex | 4 | 5B | E | 60 | 0 | 55 | 40 | 7F | 5C | 13 |
| Octal | 4 | 133 | 16 | 140 | 0 | 125 | 100 | 177 | 134 | 23 |
| Binary | 100 | 1011011 | 1110 | 1100000 | 0 | 1010101 | 1000000 | 1111111 | 1011100 | 10011 |
Color Harmonies of #045B0E
Complementary color
Monochromatic Colors of #045B0E
Black with #045B0E
Text Example
Text Example
White with #045B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B0E; }
p { color: rgb(4,91,14); }
H1.HeaderClassName
{
color: #045B0E;
}
.AnyTagClassName
{
color: #045B0E;
}
</style>
background-color css
<style>
a { background-color: #045B0E; }
a { background-color: rgb(4,91,14); }
div.DivClassName
{
background-color: #045B0E;
}
.BgClassName
{
background-color: #045B0E;
}
</style>
border-color css
<style>
span { border-color: #045B0E; }
span { border-color: rgb(4,91,14); }
td.TdClassName
{
border-color: #045B0E;
}
.TagClassName
{
border-color: #045B0E;
}
</style>