Shades of Green #045504
Tints of Green #045504
RGB
CMYK
RGB Variations
Color information
#045504 (or 0x045504) is known color: Green. HEX triplet: 04, 55 and 04. RGB value is (4,85,4). Sum of RGB (Red+Green+Blue) = 4+85+4=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #045504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045504 is #FBAAFB. Grayscale: #333333. Windows color (decimal): -16493308 or 283908. OLE color: 283908.
HSL color Cylindrical-coordinate representation of color #045504: hue angle of 120º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045504 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 4 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.67 |
| HSL | 120º | 0.91% | 0.17% | - |
| HSV(B) | 120º | 0.95% | 0.33% | - |
| XYZ | 3.32 | 6.53 | 1.2 | - |
| YUV | 51.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 4 | 0.95 | 0 | 0.95 | 0.67 | 120 | 0.91 | 0.17 |
| Hex | 4 | 55 | 4 | 5F | 0 | 5F | 43 | 78 | 5B | 11 |
| Octal | 4 | 125 | 4 | 137 | 0 | 137 | 103 | 170 | 133 | 21 |
| Binary | 100 | 1010101 | 100 | 1011111 | 0 | 1011111 | 1000011 | 1111000 | 1011011 | 10001 |
Color Harmonies of #045504
Complementary color
Monochromatic Colors of #045504
Black with #045504
Text Example
Text Example
White with #045504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045504; }
p { color: rgb(4,85,4); }
H1.HeaderClassName
{
color: #045504;
}
.AnyTagClassName
{
color: #045504;
}
</style>
background-color css
<style>
a { background-color: #045504; }
a { background-color: rgb(4,85,4); }
div.DivClassName
{
background-color: #045504;
}
.BgClassName
{
background-color: #045504;
}
</style>
border-color css
<style>
span { border-color: #045504; }
span { border-color: rgb(4,85,4); }
td.TdClassName
{
border-color: #045504;
}
.TagClassName
{
border-color: #045504;
}
</style>