Shades of Verdun Green #335301
Tints of Verdun Green #335301
RGB
CMYK
RGB Variations
Color information
#335301 (or 0x335301) is known color: Verdun Green. HEX triplet: 33, 53 and 01. RGB value is (51,83,1). Sum of RGB (Red+Green+Blue) = 51+83+1=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #335301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335301 is #CCACFE. Grayscale: #404040. Windows color (decimal): -13413631 or 86835. OLE color: 86835.
HSL color Cylindrical-coordinate representation of color #335301: hue angle of 83.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #335301 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.67 |
| HSL | 83.41º | 0.98% | 0.16% | - |
| HSV(B) | 83.41º | 0.99% | 0.33% | - |
| XYZ | 4.46 | 6.89 | 1.12 | - |
| YUV | 64.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 1 | 0.39 | 0 | 0.99 | 0.67 | 83.41 | 0.98 | 0.16 |
| Hex | 33 | 53 | 1 | 27 | 0 | 63 | 43 | 53 | 62 | 10 |
| Octal | 63 | 123 | 1 | 47 | 0 | 143 | 103 | 123 | 142 | 20 |
| Binary | 110011 | 1010011 | 1 | 100111 | 0 | 1100011 | 1000011 | 1010011 | 1100010 | 10000 |
Color Harmonies of #335301
Complementary color
Monochromatic Colors of #335301
Black with #335301
Text Example
Text Example
White with #335301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335301; }
p { color: rgb(51,83,1); }
H1.HeaderClassName
{
color: #335301;
}
.AnyTagClassName
{
color: #335301;
}
</style>
background-color css
<style>
a { background-color: #335301; }
a { background-color: rgb(51,83,1); }
div.DivClassName
{
background-color: #335301;
}
.BgClassName
{
background-color: #335301;
}
</style>
border-color css
<style>
span { border-color: #335301; }
span { border-color: rgb(51,83,1); }
td.TdClassName
{
border-color: #335301;
}
.TagClassName
{
border-color: #335301;
}
</style>