Shades of Verdun Green #545502
Tints of Verdun Green #545502
RGB
CMYK
RGB Variations
Color information
#545502 (or 0x545502) is known color: Verdun Green. HEX triplet: 54, 55 and 02. RGB value is (84,85,2). Sum of RGB (Red+Green+Blue) = 84+85+2=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #545502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545502 is #ABAAFD. Grayscale: #4B4B4B. Windows color (decimal): -11250430 or 152916. OLE color: 152916.
HSL color Cylindrical-coordinate representation of color #545502: hue angle of 60.72º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #545502 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.67 |
| HSL | 60.72º | 0.95% | 0.17% | - |
| HSV(B) | 60.72º | 0.98% | 0.33% | - |
| XYZ | 6.92 | 8.39 | 1.31 | - |
| YUV | 75.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 2 | 0.01 | 0 | 0.98 | 0.67 | 60.72 | 0.95 | 0.17 |
| Hex | 54 | 55 | 2 | 1 | 0 | 62 | 43 | 3D | 5F | 11 |
| Octal | 124 | 125 | 2 | 1 | 0 | 142 | 103 | 75 | 137 | 21 |
| Binary | 1010100 | 1010101 | 10 | 1 | 0 | 1100010 | 1000011 | 111101 | 1011111 | 10001 |
Color Harmonies of #545502
Complementary color
Monochromatic Colors of #545502
Black with #545502
Text Example
Text Example
White with #545502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545502; }
p { color: rgb(84,85,2); }
H1.HeaderClassName
{
color: #545502;
}
.AnyTagClassName
{
color: #545502;
}
</style>
background-color css
<style>
a { background-color: #545502; }
a { background-color: rgb(84,85,2); }
div.DivClassName
{
background-color: #545502;
}
.BgClassName
{
background-color: #545502;
}
</style>
border-color css
<style>
span { border-color: #545502; }
span { border-color: rgb(84,85,2); }
td.TdClassName
{
border-color: #545502;
}
.TagClassName
{
border-color: #545502;
}
</style>