Shades of Verdun Green #545202
Tints of Verdun Green #545202
RGB
CMYK
RGB Variations
Color information
#545202 (or 0x545202) is known color: Verdun Green. HEX triplet: 54, 52 and 02. RGB value is (84,82,2). Sum of RGB (Red+Green+Blue) = 84+82+2=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #545202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545202 is #ABADFD. Grayscale: #494949. Windows color (decimal): -11251198 or 152148. OLE color: 152148.
HSL color Cylindrical-coordinate representation of color #545202: hue angle of 58.54º 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 #545202 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.67 |
| HSL | 58.54º | 0.95% | 0.17% | - |
| HSV(B) | 58.54º | 0.98% | 0.33% | - |
| XYZ | 6.68 | 7.92 | 1.23 | - |
| YUV | 73.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 2 | 0 | 0.02 | 0.98 | 0.67 | 58.54 | 0.95 | 0.17 |
| Hex | 54 | 52 | 2 | 0 | 2 | 62 | 43 | 3B | 5F | 11 |
| Octal | 124 | 122 | 2 | 0 | 2 | 142 | 103 | 73 | 137 | 21 |
| Binary | 1010100 | 1010010 | 10 | 0 | 10 | 1100010 | 1000011 | 111011 | 1011111 | 10001 |
Color Harmonies of #545202
Complementary color
Monochromatic Colors of #545202
Black with #545202
Text Example
Text Example
White with #545202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545202; }
p { color: rgb(84,82,2); }
H1.HeaderClassName
{
color: #545202;
}
.AnyTagClassName
{
color: #545202;
}
</style>
background-color css
<style>
a { background-color: #545202; }
a { background-color: rgb(84,82,2); }
div.DivClassName
{
background-color: #545202;
}
.BgClassName
{
background-color: #545202;
}
</style>
border-color css
<style>
span { border-color: #545202; }
span { border-color: rgb(84,82,2); }
td.TdClassName
{
border-color: #545202;
}
.TagClassName
{
border-color: #545202;
}
</style>