Shades of Verdun Green #485D05
Tints of Verdun Green #485D05
RGB
CMYK
RGB Variations
Color information
#485D05 (or 0x485D05) is known color: Verdun Green. HEX triplet: 48, 5D and 05. RGB value is (72,93,5). Sum of RGB (Red+Green+Blue) = 72+93+5=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #485D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485D05 is #B7A2FA. Grayscale: #4D4D4D. Windows color (decimal): -12034811 or 351560. OLE color: 351560.
HSL color Cylindrical-coordinate representation of color #485D05: hue angle of 74.32º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #485D05 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 5 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.64 |
| HSL | 74.32º | 0.9% | 0.19% | - |
| HSV(B) | 74.32º | 0.95% | 0.36% | - |
| XYZ | 6.61 | 9.22 | 1.57 | - |
| YUV | 76.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 5 | 0.23 | 0 | 0.95 | 0.64 | 74.32 | 0.9 | 0.19 |
| Hex | 48 | 5D | 5 | 17 | 0 | 5F | 40 | 4A | 5A | 13 |
| Octal | 110 | 135 | 5 | 27 | 0 | 137 | 100 | 112 | 132 | 23 |
| Binary | 1001000 | 1011101 | 101 | 10111 | 0 | 1011111 | 1000000 | 1001010 | 1011010 | 10011 |
Color Harmonies of #485D05
Complementary color
Monochromatic Colors of #485D05
Black with #485D05
Text Example
Text Example
White with #485D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D05; }
p { color: rgb(72,93,5); }
H1.HeaderClassName
{
color: #485D05;
}
.AnyTagClassName
{
color: #485D05;
}
</style>
background-color css
<style>
a { background-color: #485D05; }
a { background-color: rgb(72,93,5); }
div.DivClassName
{
background-color: #485D05;
}
.BgClassName
{
background-color: #485D05;
}
</style>
border-color css
<style>
span { border-color: #485D05; }
span { border-color: rgb(72,93,5); }
td.TdClassName
{
border-color: #485D05;
}
.TagClassName
{
border-color: #485D05;
}
</style>