Shades of Verdun Green #355302
Tints of Verdun Green #355302
RGB
CMYK
RGB Variations
Color information
#355302 (or 0x355302) is known color: Verdun Green. HEX triplet: 35, 53 and 02. RGB value is (53,83,2). Sum of RGB (Red+Green+Blue) = 53+83+2=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #355302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355302 is #CAACFD. Grayscale: #414141. Windows color (decimal): -13282558 or 152373. OLE color: 152373.
HSL color Cylindrical-coordinate representation of color #355302: hue angle of 82.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #355302 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.67 |
| HSL | 82.22º | 0.95% | 0.17% | - |
| HSV(B) | 82.22º | 0.98% | 0.33% | - |
| XYZ | 4.57 | 6.95 | 1.16 | - |
| YUV | 64.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 2 | 0.36 | 0 | 0.98 | 0.67 | 82.22 | 0.95 | 0.17 |
| Hex | 35 | 53 | 2 | 24 | 0 | 62 | 43 | 52 | 5F | 11 |
| Octal | 65 | 123 | 2 | 44 | 0 | 142 | 103 | 122 | 137 | 21 |
| Binary | 110101 | 1010011 | 10 | 100100 | 0 | 1100010 | 1000011 | 1010010 | 1011111 | 10001 |
Color Harmonies of #355302
Complementary color
Monochromatic Colors of #355302
Black with #355302
Text Example
Text Example
White with #355302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355302; }
p { color: rgb(53,83,2); }
H1.HeaderClassName
{
color: #355302;
}
.AnyTagClassName
{
color: #355302;
}
</style>
background-color css
<style>
a { background-color: #355302; }
a { background-color: rgb(53,83,2); }
div.DivClassName
{
background-color: #355302;
}
.BgClassName
{
background-color: #355302;
}
</style>
border-color css
<style>
span { border-color: #355302; }
span { border-color: rgb(53,83,2); }
td.TdClassName
{
border-color: #355302;
}
.TagClassName
{
border-color: #355302;
}
</style>