Shades of Verdun Green #335305
Tints of Verdun Green #335305
RGB
CMYK
RGB Variations
Color information
#335305 (or 0x335305) is known color: Verdun Green. HEX triplet: 33, 53 and 05. RGB value is (51,83,5). Sum of RGB (Red+Green+Blue) = 51+83+5=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #335305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335305 is #CCACFA. Grayscale: #404040. Windows color (decimal): -13413627 or 348979. OLE color: 348979.
HSL color Cylindrical-coordinate representation of color #335305: hue angle of 84.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335305 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 5 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.67 |
| HSL | 84.62º | 0.89% | 0.17% | - |
| HSV(B) | 84.62º | 0.94% | 0.33% | - |
| XYZ | 4.49 | 6.9 | 1.24 | - |
| YUV | 64.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 5 | 0.39 | 0 | 0.94 | 0.67 | 84.62 | 0.89 | 0.17 |
| Hex | 33 | 53 | 5 | 27 | 0 | 5E | 43 | 55 | 59 | 11 |
| Octal | 63 | 123 | 5 | 47 | 0 | 136 | 103 | 125 | 131 | 21 |
| Binary | 110011 | 1010011 | 101 | 100111 | 0 | 1011110 | 1000011 | 1010101 | 1011001 | 10001 |
Color Harmonies of #335305
Complementary color
Monochromatic Colors of #335305
Black with #335305
Text Example
Text Example
White with #335305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335305; }
p { color: rgb(51,83,5); }
H1.HeaderClassName
{
color: #335305;
}
.AnyTagClassName
{
color: #335305;
}
</style>
background-color css
<style>
a { background-color: #335305; }
a { background-color: rgb(51,83,5); }
div.DivClassName
{
background-color: #335305;
}
.BgClassName
{
background-color: #335305;
}
</style>
border-color css
<style>
span { border-color: #335305; }
span { border-color: rgb(51,83,5); }
td.TdClassName
{
border-color: #335305;
}
.TagClassName
{
border-color: #335305;
}
</style>