Shades of Green #045500
Tints of Green #045500
RGB
CMYK
RGB Variations
Color information
#045500 (or 0x045500) is known color: Green. HEX triplet: 04, 55 and 00. RGB value is (4,85,0). Sum of RGB (Red+Green+Blue) = 4+85+0=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 85 (33.59% from 255 or 95.51% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 85 - color contains mainly: green. Hex color #045500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045500 is #FBAAFF. Grayscale: #333333. Windows color (decimal): -16493312 or 21764. OLE color: 21764.
HSL color Cylindrical-coordinate representation of color #045500: hue angle of 117.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #045500 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.67 |
| HSL | 117.18º | 1% | 0.17% | - |
| HSV(B) | 117.18º | 1% | 0.33% | - |
| XYZ | 3.3 | 6.52 | 1.09 | - |
| YUV | 51.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 0 | 0.95 | 0 | 1 | 0.67 | 117.18 | 1 | 0.17 |
| Hex | 4 | 55 | 0 | 5F | 0 | 64 | 43 | 75 | 64 | 11 |
| Octal | 4 | 125 | 0 | 137 | 0 | 144 | 103 | 165 | 144 | 21 |
| Binary | 100 | 1010101 | 0 | 1011111 | 0 | 1100100 | 1000011 | 1110101 | 1100100 | 10001 |
Color Harmonies of #045500
Complementary color
Monochromatic Colors of #045500
Black with #045500
Text Example
Text Example
White with #045500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045500; }
p { color: rgb(4,85,0); }
H1.HeaderClassName
{
color: #045500;
}
.AnyTagClassName
{
color: #045500;
}
</style>
background-color css
<style>
a { background-color: #045500; }
a { background-color: rgb(4,85,0); }
div.DivClassName
{
background-color: #045500;
}
.BgClassName
{
background-color: #045500;
}
</style>
border-color css
<style>
span { border-color: #045500; }
span { border-color: rgb(4,85,0); }
td.TdClassName
{
border-color: #045500;
}
.TagClassName
{
border-color: #045500;
}
</style>