Shades of Verdun Green #505308
Tints of Verdun Green #505308
RGB
CMYK
RGB Variations
Color information
#505308 (or 0x505308) is known color: Verdun Green. HEX triplet: 50, 53 and 08. RGB value is (80,83,8). Sum of RGB (Red+Green+Blue) = 80+83+8=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #505308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505308 is #AFACF7. Grayscale: #494949. Windows color (decimal): -11513080 or 545616. OLE color: 545616.
HSL color Cylindrical-coordinate representation of color #505308: hue angle of 62.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #505308 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 8 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.67 |
| HSL | 62.4º | 0.82% | 0.18% | - |
| HSV(B) | 62.4º | 0.9% | 0.33% | - |
| XYZ | 6.45 | 7.91 | 1.42 | - |
| YUV | 73.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 8 | 0.04 | 0 | 0.90 | 0.67 | 62.4 | 0.82 | 0.18 |
| Hex | 50 | 53 | 8 | 4 | 0 | 5A | 43 | 3E | 52 | 12 |
| Octal | 120 | 123 | 10 | 4 | 0 | 132 | 103 | 76 | 122 | 22 |
| Binary | 1010000 | 1010011 | 1000 | 100 | 0 | 1011010 | 1000011 | 111110 | 1010010 | 10010 |
Color Harmonies of #505308
Complementary color
Monochromatic Colors of #505308
Black with #505308
Text Example
Text Example
White with #505308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505308; }
p { color: rgb(80,83,8); }
H1.HeaderClassName
{
color: #505308;
}
.AnyTagClassName
{
color: #505308;
}
</style>
background-color css
<style>
a { background-color: #505308; }
a { background-color: rgb(80,83,8); }
div.DivClassName
{
background-color: #505308;
}
.BgClassName
{
background-color: #505308;
}
</style>
border-color css
<style>
span { border-color: #505308; }
span { border-color: rgb(80,83,8); }
td.TdClassName
{
border-color: #505308;
}
.TagClassName
{
border-color: #505308;
}
</style>