Shades of Verdun Green #365A03
Tints of Verdun Green #365A03
RGB
CMYK
RGB Variations
Color information
#365A03 (or 0x365A03) is known color: Verdun Green. HEX triplet: 36, 5A and 03. RGB value is (54,90,3). Sum of RGB (Red+Green+Blue) = 54+90+3=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #365A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A03 is #C9A5FC. Grayscale: #454545. Windows color (decimal): -13215229 or 219702. OLE color: 219702.
HSL color Cylindrical-coordinate representation of color #365A03: hue angle of 84.83º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #365A03 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 3 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.65 |
| HSL | 84.83º | 0.94% | 0.18% | - |
| HSV(B) | 84.83º | 0.97% | 0.35% | - |
| XYZ | 5.19 | 8.1 | 1.38 | - |
| YUV | 69.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 3 | 0.40 | 0 | 0.97 | 0.65 | 84.83 | 0.94 | 0.18 |
| Hex | 36 | 5A | 3 | 28 | 0 | 61 | 41 | 55 | 5E | 12 |
| Octal | 66 | 132 | 3 | 50 | 0 | 141 | 101 | 125 | 136 | 22 |
| Binary | 110110 | 1011010 | 11 | 101000 | 0 | 1100001 | 1000001 | 1010101 | 1011110 | 10010 |
Color Harmonies of #365A03
Complementary color
Monochromatic Colors of #365A03
Black with #365A03
Text Example
Text Example
White with #365A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A03; }
p { color: rgb(54,90,3); }
H1.HeaderClassName
{
color: #365A03;
}
.AnyTagClassName
{
color: #365A03;
}
</style>
background-color css
<style>
a { background-color: #365A03; }
a { background-color: rgb(54,90,3); }
div.DivClassName
{
background-color: #365A03;
}
.BgClassName
{
background-color: #365A03;
}
</style>
border-color css
<style>
span { border-color: #365A03; }
span { border-color: rgb(54,90,3); }
td.TdClassName
{
border-color: #365A03;
}
.TagClassName
{
border-color: #365A03;
}
</style>