Shades of Verdun Green #355B07
Tints of Verdun Green #355B07
RGB
CMYK
RGB Variations
Color information
#355B07 (or 0x355B07) is known color: Verdun Green. HEX triplet: 35, 5B and 07. RGB value is (53,91,7). Sum of RGB (Red+Green+Blue) = 53+91+7=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #355B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B07 is #CAA4F8. Grayscale: #464646. Windows color (decimal): -13280505 or 482101. OLE color: 482101.
HSL color Cylindrical-coordinate representation of color #355B07: hue angle of 87.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #355B07 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 7 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.64 |
| HSL | 87.14º | 0.86% | 0.19% | - |
| HSV(B) | 87.14º | 0.92% | 0.36% | - |
| XYZ | 5.25 | 8.25 | 1.52 | - |
| YUV | 70.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 7 | 0.42 | 0 | 0.92 | 0.64 | 87.14 | 0.86 | 0.19 |
| Hex | 35 | 5B | 7 | 2A | 0 | 5C | 40 | 57 | 56 | 13 |
| Octal | 65 | 133 | 7 | 52 | 0 | 134 | 100 | 127 | 126 | 23 |
| Binary | 110101 | 1011011 | 111 | 101010 | 0 | 1011100 | 1000000 | 1010111 | 1010110 | 10011 |
Color Harmonies of #355B07
Complementary color
Monochromatic Colors of #355B07
Black with #355B07
Text Example
Text Example
White with #355B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B07; }
p { color: rgb(53,91,7); }
H1.HeaderClassName
{
color: #355B07;
}
.AnyTagClassName
{
color: #355B07;
}
</style>
background-color css
<style>
a { background-color: #355B07; }
a { background-color: rgb(53,91,7); }
div.DivClassName
{
background-color: #355B07;
}
.BgClassName
{
background-color: #355B07;
}
</style>
border-color css
<style>
span { border-color: #355B07; }
span { border-color: rgb(53,91,7); }
td.TdClassName
{
border-color: #355B07;
}
.TagClassName
{
border-color: #355B07;
}
</style>