Shades of Verdun Green #305808
Tints of Verdun Green #305808
RGB
CMYK
RGB Variations
Color information
#305808 (or 0x305808) is known color: Verdun Green. HEX triplet: 30, 58 and 08. RGB value is (48,88,8). Sum of RGB (Red+Green+Blue) = 48+88+8=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #305808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305808 is #CFA7F7. Grayscale: #434343. Windows color (decimal): -13608952 or 546864. OLE color: 546864.
HSL color Cylindrical-coordinate representation of color #305808: hue angle of 90º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #305808 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 8 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.65 |
| HSL | 90º | 0.83% | 0.19% | - |
| HSV(B) | 90º | 0.91% | 0.35% | - |
| XYZ | 4.75 | 7.63 | 1.45 | - |
| YUV | 66.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 8 | 0.45 | 0 | 0.91 | 0.65 | 90 | 0.83 | 0.19 |
| Hex | 30 | 58 | 8 | 2D | 0 | 5B | 41 | 5A | 53 | 13 |
| Octal | 60 | 130 | 10 | 55 | 0 | 133 | 101 | 132 | 123 | 23 |
| Binary | 110000 | 1011000 | 1000 | 101101 | 0 | 1011011 | 1000001 | 1011010 | 1010011 | 10011 |
Color Harmonies of #305808
Complementary color
Monochromatic Colors of #305808
Black with #305808
Text Example
Text Example
White with #305808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305808; }
p { color: rgb(48,88,8); }
H1.HeaderClassName
{
color: #305808;
}
.AnyTagClassName
{
color: #305808;
}
</style>
background-color css
<style>
a { background-color: #305808; }
a { background-color: rgb(48,88,8); }
div.DivClassName
{
background-color: #305808;
}
.BgClassName
{
background-color: #305808;
}
</style>
border-color css
<style>
span { border-color: #305808; }
span { border-color: rgb(48,88,8); }
td.TdClassName
{
border-color: #305808;
}
.TagClassName
{
border-color: #305808;
}
</style>