Shades of Verdun Green #355C03
Tints of Verdun Green #355C03
RGB
CMYK
RGB Variations
Color information
#355C03 (or 0x355C03) is known color: Verdun Green. HEX triplet: 35, 5C and 03. RGB value is (53,92,3). Sum of RGB (Red+Green+Blue) = 53+92+3=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #355C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355C03 is #CAA3FC. Grayscale: #464646. Windows color (decimal): -13280253 or 220213. OLE color: 220213.
HSL color Cylindrical-coordinate representation of color #355C03: hue angle of 86.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355C03 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 3 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.64 |
| HSL | 86.29º | 0.94% | 0.19% | - |
| HSV(B) | 86.29º | 0.97% | 0.36% | - |
| XYZ | 5.31 | 8.42 | 1.43 | - |
| YUV | 70.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 3 | 0.42 | 0 | 0.97 | 0.64 | 86.29 | 0.94 | 0.19 |
| Hex | 35 | 5C | 3 | 2A | 0 | 61 | 40 | 56 | 5E | 13 |
| Octal | 65 | 134 | 3 | 52 | 0 | 141 | 100 | 126 | 136 | 23 |
| Binary | 110101 | 1011100 | 11 | 101010 | 0 | 1100001 | 1000000 | 1010110 | 1011110 | 10011 |
Color Harmonies of #355C03
Complementary color
Monochromatic Colors of #355C03
Black with #355C03
Text Example
Text Example
White with #355C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C03; }
p { color: rgb(53,92,3); }
H1.HeaderClassName
{
color: #355C03;
}
.AnyTagClassName
{
color: #355C03;
}
</style>
background-color css
<style>
a { background-color: #355C03; }
a { background-color: rgb(53,92,3); }
div.DivClassName
{
background-color: #355C03;
}
.BgClassName
{
background-color: #355C03;
}
</style>
border-color css
<style>
span { border-color: #355C03; }
span { border-color: rgb(53,92,3); }
td.TdClassName
{
border-color: #355C03;
}
.TagClassName
{
border-color: #355C03;
}
</style>