Shades of Verdun Green #365F05
Tints of Verdun Green #365F05
RGB
CMYK
RGB Variations
Color information
#365F05 (or 0x365F05) is known color: Verdun Green. HEX triplet: 36, 5F and 05. RGB value is (54,95,5). Sum of RGB (Red+Green+Blue) = 54+95+5=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 95 (37.5% from 255 or 61.69% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 95 - color contains mainly: green. Hex color #365F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365F05 is #C9A0FA. Grayscale: #484848. Windows color (decimal): -13213947 or 352054. OLE color: 352054.
HSL color Cylindrical-coordinate representation of color #365F05: hue angle of 87.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #365F05 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 5 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.63 |
| HSL | 87.33º | 0.9% | 0.2% | - |
| HSV(B) | 87.33º | 0.95% | 0.37% | - |
| XYZ | 5.64 | 8.98 | 1.58 | - |
| YUV | 72.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 5 | 0.43 | 0 | 0.95 | 0.63 | 87.33 | 0.9 | 0.2 |
| Hex | 36 | 5F | 5 | 2B | 0 | 5F | 3F | 57 | 5A | 14 |
| Octal | 66 | 137 | 5 | 53 | 0 | 137 | 77 | 127 | 132 | 24 |
| Binary | 110110 | 1011111 | 101 | 101011 | 0 | 1011111 | 111111 | 1010111 | 1011010 | 10100 |
Color Harmonies of #365F05
Complementary color
Monochromatic Colors of #365F05
Black with #365F05
Text Example
Text Example
White with #365F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F05; }
p { color: rgb(54,95,5); }
H1.HeaderClassName
{
color: #365F05;
}
.AnyTagClassName
{
color: #365F05;
}
</style>
background-color css
<style>
a { background-color: #365F05; }
a { background-color: rgb(54,95,5); }
div.DivClassName
{
background-color: #365F05;
}
.BgClassName
{
background-color: #365F05;
}
</style>
border-color css
<style>
span { border-color: #365F05; }
span { border-color: rgb(54,95,5); }
td.TdClassName
{
border-color: #365F05;
}
.TagClassName
{
border-color: #365F05;
}
</style>