Shades of Verdun Green #365500
Tints of Verdun Green #365500
RGB
CMYK
RGB Variations
Color information
#365500 (or 0x365500) is known color: Verdun Green. HEX triplet: 36, 55 and 00. RGB value is (54,85,0). Sum of RGB (Red+Green+Blue) = 54+85+0=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #365500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365500 is #C9AAFF. Grayscale: #424242. Windows color (decimal): -13216512 or 21814. OLE color: 21814.
HSL color Cylindrical-coordinate representation of color #365500: hue angle of 81.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #365500 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.67 |
| HSL | 81.88º | 1% | 0.17% | - |
| HSV(B) | 81.88º | 1% | 0.33% | - |
| XYZ | 4.77 | 7.28 | 1.15 | - |
| YUV | 66.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 0 | 0.36 | 0 | 1 | 0.67 | 81.88 | 1 | 0.17 |
| Hex | 36 | 55 | 0 | 24 | 0 | 64 | 43 | 52 | 64 | 11 |
| Octal | 66 | 125 | 0 | 44 | 0 | 144 | 103 | 122 | 144 | 21 |
| Binary | 110110 | 1010101 | 0 | 100100 | 0 | 1100100 | 1000011 | 1010010 | 1100100 | 10001 |
Color Harmonies of #365500
Complementary color
Monochromatic Colors of #365500
Black with #365500
Text Example
Text Example
White with #365500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365500; }
p { color: rgb(54,85,0); }
H1.HeaderClassName
{
color: #365500;
}
.AnyTagClassName
{
color: #365500;
}
</style>
background-color css
<style>
a { background-color: #365500; }
a { background-color: rgb(54,85,0); }
div.DivClassName
{
background-color: #365500;
}
.BgClassName
{
background-color: #365500;
}
</style>
border-color css
<style>
span { border-color: #365500; }
span { border-color: rgb(54,85,0); }
td.TdClassName
{
border-color: #365500;
}
.TagClassName
{
border-color: #365500;
}
</style>