Shades of Green #005408
Tints of Green #005408
RGB
CMYK
RGB Variations
Color information
#005408 (or 0x005408) is known color: Green. HEX triplet: 00, 54 and 08. RGB value is (0,84,8). Sum of RGB (Red+Green+Blue) = 0+84+8=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 84 (33.20% from 255 or 91.30% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 84 - color contains mainly: green. Hex color #005408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005408 is #FFABF7. Grayscale: #323232. Windows color (decimal): -16755704 or 545792. OLE color: 545792.
HSL color Cylindrical-coordinate representation of color #005408: hue angle of 125.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005408 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 8 | - |
| CMYK | 1 | 0 | 0.90 | 0.67 |
| HSL | 125.71º | 1% | 0.16% | - |
| HSV(B) | 125.71º | 1% | 0.33% | - |
| XYZ | 3.21 | 6.36 | 1.29 | - |
| YUV | 50.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 8 | 1 | 0 | 0.90 | 0.67 | 125.71 | 1 | 0.16 |
| Hex | 0 | 54 | 8 | 64 | 0 | 5A | 43 | 7E | 64 | 10 |
| Octal | 0 | 124 | 10 | 144 | 0 | 132 | 103 | 176 | 144 | 20 |
| Binary | 0 | 1010100 | 1000 | 1100100 | 0 | 1011010 | 1000011 | 1111110 | 1100100 | 10000 |
Color Harmonies of #005408
Complementary color
Monochromatic Colors of #005408
Black with #005408
Text Example
Text Example
White with #005408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005408; }
p { color: rgb(0,84,8); }
H1.HeaderClassName
{
color: #005408;
}
.AnyTagClassName
{
color: #005408;
}
</style>
background-color css
<style>
a { background-color: #005408; }
a { background-color: rgb(0,84,8); }
div.DivClassName
{
background-color: #005408;
}
.BgClassName
{
background-color: #005408;
}
</style>
border-color css
<style>
span { border-color: #005408; }
span { border-color: rgb(0,84,8); }
td.TdClassName
{
border-color: #005408;
}
.TagClassName
{
border-color: #005408;
}
</style>