Shades of Verdun Green #365C02
Tints of Verdun Green #365C02
RGB
CMYK
RGB Variations
Color information
#365C02 (or 0x365C02) is known color: Verdun Green. HEX triplet: 36, 5C and 02. RGB value is (54,92,2). Sum of RGB (Red+Green+Blue) = 54+92+2=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #365C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365C02 is #C9A3FD. Grayscale: #464646. Windows color (decimal): -13214718 or 154678. OLE color: 154678.
HSL color Cylindrical-coordinate representation of color #365C02: hue angle of 85.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #365C02 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.64 |
| HSL | 85.33º | 0.96% | 0.18% | - |
| HSV(B) | 85.33º | 0.98% | 0.36% | - |
| XYZ | 5.36 | 8.44 | 1.4 | - |
| YUV | 70.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 2 | 0.41 | 0 | 0.98 | 0.64 | 85.33 | 0.96 | 0.18 |
| Hex | 36 | 5C | 2 | 29 | 0 | 62 | 40 | 55 | 60 | 12 |
| Octal | 66 | 134 | 2 | 51 | 0 | 142 | 100 | 125 | 140 | 22 |
| Binary | 110110 | 1011100 | 10 | 101001 | 0 | 1100010 | 1000000 | 1010101 | 1100000 | 10010 |
Color Harmonies of #365C02
Complementary color
Monochromatic Colors of #365C02
Black with #365C02
Text Example
Text Example
White with #365C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C02; }
p { color: rgb(54,92,2); }
H1.HeaderClassName
{
color: #365C02;
}
.AnyTagClassName
{
color: #365C02;
}
</style>
background-color css
<style>
a { background-color: #365C02; }
a { background-color: rgb(54,92,2); }
div.DivClassName
{
background-color: #365C02;
}
.BgClassName
{
background-color: #365C02;
}
</style>
border-color css
<style>
span { border-color: #365C02; }
span { border-color: rgb(54,92,2); }
td.TdClassName
{
border-color: #365C02;
}
.TagClassName
{
border-color: #365C02;
}
</style>