Shades of Verdun Green #545508
Tints of Verdun Green #545508
RGB
CMYK
RGB Variations
Color information
#545508 (or 0x545508) is known color: Verdun Green. HEX triplet: 54, 55 and 08. RGB value is (84,85,8). Sum of RGB (Red+Green+Blue) = 84+85+8=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #545508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545508 is #ABAAF7. Grayscale: #4C4C4C. Windows color (decimal): -11250424 or 546132. OLE color: 546132.
HSL color Cylindrical-coordinate representation of color #545508: hue angle of 60.78º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #545508 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 8 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.67 |
| HSL | 60.78º | 0.83% | 0.18% | - |
| HSV(B) | 60.78º | 0.91% | 0.33% | - |
| XYZ | 6.95 | 8.4 | 1.48 | - |
| YUV | 75.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 8 | 0.01 | 0 | 0.91 | 0.67 | 60.78 | 0.83 | 0.18 |
| Hex | 54 | 55 | 8 | 1 | 0 | 5B | 43 | 3D | 53 | 12 |
| Octal | 124 | 125 | 10 | 1 | 0 | 133 | 103 | 75 | 123 | 22 |
| Binary | 1010100 | 1010101 | 1000 | 1 | 0 | 1011011 | 1000011 | 111101 | 1010011 | 10010 |
Color Harmonies of #545508
Complementary color
Monochromatic Colors of #545508
Black with #545508
Text Example
Text Example
White with #545508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545508; }
p { color: rgb(84,85,8); }
H1.HeaderClassName
{
color: #545508;
}
.AnyTagClassName
{
color: #545508;
}
</style>
background-color css
<style>
a { background-color: #545508; }
a { background-color: rgb(84,85,8); }
div.DivClassName
{
background-color: #545508;
}
.BgClassName
{
background-color: #545508;
}
</style>
border-color css
<style>
span { border-color: #545508; }
span { border-color: rgb(84,85,8); }
td.TdClassName
{
border-color: #545508;
}
.TagClassName
{
border-color: #545508;
}
</style>