Shades of Verdun Green #365301
Tints of Verdun Green #365301
RGB
CMYK
RGB Variations
Color information
#365301 (or 0x365301) is known color: Verdun Green. HEX triplet: 36, 53 and 01. RGB value is (54,83,1). Sum of RGB (Red+Green+Blue) = 54+83+1=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #365301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365301 is #C9ACFE. Grayscale: #414141. Windows color (decimal): -13217023 or 86838. OLE color: 86838.
HSL color Cylindrical-coordinate representation of color #365301: hue angle of 81.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365301 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.67 |
| HSL | 81.22º | 0.98% | 0.16% | - |
| HSV(B) | 81.22º | 0.99% | 0.33% | - |
| XYZ | 4.62 | 6.97 | 1.13 | - |
| YUV | 64.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 1 | 0.35 | 0 | 0.99 | 0.67 | 81.22 | 0.98 | 0.16 |
| Hex | 36 | 53 | 1 | 23 | 0 | 63 | 43 | 51 | 62 | 10 |
| Octal | 66 | 123 | 1 | 43 | 0 | 143 | 103 | 121 | 142 | 20 |
| Binary | 110110 | 1010011 | 1 | 100011 | 0 | 1100011 | 1000011 | 1010001 | 1100010 | 10000 |
Color Harmonies of #365301
Complementary color
Monochromatic Colors of #365301
Black with #365301
Text Example
Text Example
White with #365301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365301; }
p { color: rgb(54,83,1); }
H1.HeaderClassName
{
color: #365301;
}
.AnyTagClassName
{
color: #365301;
}
</style>
background-color css
<style>
a { background-color: #365301; }
a { background-color: rgb(54,83,1); }
div.DivClassName
{
background-color: #365301;
}
.BgClassName
{
background-color: #365301;
}
</style>
border-color css
<style>
span { border-color: #365301; }
span { border-color: rgb(54,83,1); }
td.TdClassName
{
border-color: #365301;
}
.TagClassName
{
border-color: #365301;
}
</style>