Shades of Verdun Green #365409
Tints of Verdun Green #365409
RGB
CMYK
RGB Variations
Color information
#365409 (or 0x365409) is known color: Verdun Green. HEX triplet: 36, 54 and 09. RGB value is (54,84,9). Sum of RGB (Red+Green+Blue) = 54+84+9=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #365409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365409 is #C9ABF6. Grayscale: #424242. Windows color (decimal): -13216759 or 611382. OLE color: 611382.
HSL color Cylindrical-coordinate representation of color #365409: hue angle of 84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #365409 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 9 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.67 |
| HSL | 84º | 0.81% | 0.18% | - |
| HSV(B) | 84º | 0.89% | 0.33% | - |
| XYZ | 4.74 | 7.14 | 1.39 | - |
| YUV | 66.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 9 | 0.36 | 0 | 0.89 | 0.67 | 84 | 0.81 | 0.18 |
| Hex | 36 | 54 | 9 | 24 | 0 | 59 | 43 | 54 | 51 | 12 |
| Octal | 66 | 124 | 11 | 44 | 0 | 131 | 103 | 124 | 121 | 22 |
| Binary | 110110 | 1010100 | 1001 | 100100 | 0 | 1011001 | 1000011 | 1010100 | 1010001 | 10010 |
Color Harmonies of #365409
Complementary color
Monochromatic Colors of #365409
Black with #365409
Text Example
Text Example
White with #365409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365409; }
p { color: rgb(54,84,9); }
H1.HeaderClassName
{
color: #365409;
}
.AnyTagClassName
{
color: #365409;
}
</style>
background-color css
<style>
a { background-color: #365409; }
a { background-color: rgb(54,84,9); }
div.DivClassName
{
background-color: #365409;
}
.BgClassName
{
background-color: #365409;
}
</style>
border-color css
<style>
span { border-color: #365409; }
span { border-color: rgb(54,84,9); }
td.TdClassName
{
border-color: #365409;
}
.TagClassName
{
border-color: #365409;
}
</style>