Shades of Verdun Green #485C1B
Tints of Verdun Green #485C1B
RGB
CMYK
RGB Variations
Color information
#485C1B (or 0x485C1B) is known color: Verdun Green. HEX triplet: 48, 5C and 1B. RGB value is (72,92,27). Sum of RGB (Red+Green+Blue) = 72+92+27=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #485C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C1B is #B7A3E4. Grayscale: #4E4E4E. Windows color (decimal): -12035045 or 1793096. OLE color: 1793096.
HSL color Cylindrical-coordinate representation of color #485C1B: hue angle of 78.46º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485C1B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 27 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.64 |
| HSL | 78.46º | 0.55% | 0.23% | - |
| HSV(B) | 78.46º | 0.71% | 0.36% | - |
| XYZ | 6.7 | 9.11 | 2.44 | - |
| YUV | 78.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 27 | 0.22 | 0 | 0.71 | 0.64 | 78.46 | 0.55 | 0.23 |
| Hex | 48 | 5C | 1B | 16 | 0 | 47 | 40 | 4E | 37 | 17 |
| Octal | 110 | 134 | 33 | 26 | 0 | 107 | 100 | 116 | 67 | 27 |
| Binary | 1001000 | 1011100 | 11011 | 10110 | 0 | 1000111 | 1000000 | 1001110 | 110111 | 10111 |
Color Harmonies of #485C1B
Complementary color
Monochromatic Colors of #485C1B
Black with #485C1B
Text Example
Text Example
White with #485C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C1B; }
p { color: rgb(72,92,27); }
H1.HeaderClassName
{
color: #485C1B;
}
.AnyTagClassName
{
color: #485C1B;
}
</style>
background-color css
<style>
a { background-color: #485C1B; }
a { background-color: rgb(72,92,27); }
div.DivClassName
{
background-color: #485C1B;
}
.BgClassName
{
background-color: #485C1B;
}
</style>
border-color css
<style>
span { border-color: #485C1B; }
span { border-color: rgb(72,92,27); }
td.TdClassName
{
border-color: #485C1B;
}
.TagClassName
{
border-color: #485C1B;
}
</style>