Shades of Verdun Green #355303
Tints of Verdun Green #355303
RGB
CMYK
RGB Variations
Color information
#355303 (or 0x355303) is known color: Verdun Green. HEX triplet: 35, 53 and 03. RGB value is (53,83,3). Sum of RGB (Red+Green+Blue) = 53+83+3=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #355303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355303 is #CAACFC. Grayscale: #414141. Windows color (decimal): -13282557 or 217909. OLE color: 217909.
HSL color Cylindrical-coordinate representation of color #355303: hue angle of 82.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #355303 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 3 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.67 |
| HSL | 82.5º | 0.93% | 0.17% | - |
| HSV(B) | 82.5º | 0.96% | 0.33% | - |
| XYZ | 4.58 | 6.95 | 1.19 | - |
| YUV | 64.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 3 | 0.36 | 0 | 0.96 | 0.67 | 82.5 | 0.93 | 0.17 |
| Hex | 35 | 53 | 3 | 24 | 0 | 60 | 43 | 52 | 5D | 11 |
| Octal | 65 | 123 | 3 | 44 | 0 | 140 | 103 | 122 | 135 | 21 |
| Binary | 110101 | 1010011 | 11 | 100100 | 0 | 1100000 | 1000011 | 1010010 | 1011101 | 10001 |
Color Harmonies of #355303
Complementary color
Monochromatic Colors of #355303
Black with #355303
Text Example
Text Example
White with #355303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355303; }
p { color: rgb(53,83,3); }
H1.HeaderClassName
{
color: #355303;
}
.AnyTagClassName
{
color: #355303;
}
</style>
background-color css
<style>
a { background-color: #355303; }
a { background-color: rgb(53,83,3); }
div.DivClassName
{
background-color: #355303;
}
.BgClassName
{
background-color: #355303;
}
</style>
border-color css
<style>
span { border-color: #355303; }
span { border-color: rgb(53,83,3); }
td.TdClassName
{
border-color: #355303;
}
.TagClassName
{
border-color: #355303;
}
</style>