Shades of Verdun Green #39530B
Tints of Verdun Green #39530B
RGB
CMYK
RGB Variations
Color information
#39530B (or 0x39530B) is known color: Verdun Green. HEX triplet: 39, 53 and 0B. RGB value is (57,83,11). Sum of RGB (Red+Green+Blue) = 57+83+11=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #39530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39530B is #C6ACF4. Grayscale: #434343. Windows color (decimal): -13020405 or 742201. OLE color: 742201.
HSL color Cylindrical-coordinate representation of color #39530B: hue angle of 81.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39530B is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 83 | 11 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.67 |
| HSL | 81.67º | 0.77% | 0.18% | - |
| HSV(B) | 81.67º | 0.87% | 0.33% | - |
| XYZ | 4.84 | 7.08 | 1.43 | - |
| YUV | 67.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 11 | 0.31 | 0 | 0.87 | 0.67 | 81.67 | 0.77 | 0.18 |
| Hex | 39 | 53 | B | 1F | 0 | 57 | 43 | 52 | 4D | 12 |
| Octal | 71 | 123 | 13 | 37 | 0 | 127 | 103 | 122 | 115 | 22 |
| Binary | 111001 | 1010011 | 1011 | 11111 | 0 | 1010111 | 1000011 | 1010010 | 1001101 | 10010 |
Color Harmonies of #39530B
Complementary color
Monochromatic Colors of #39530B
Black with #39530B
Text Example
Text Example
White with #39530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39530B; }
p { color: rgb(57,83,11); }
H1.HeaderClassName
{
color: #39530B;
}
.AnyTagClassName
{
color: #39530B;
}
</style>
background-color css
<style>
a { background-color: #39530B; }
a { background-color: rgb(57,83,11); }
div.DivClassName
{
background-color: #39530B;
}
.BgClassName
{
background-color: #39530B;
}
</style>
border-color css
<style>
span { border-color: #39530B; }
span { border-color: rgb(57,83,11); }
td.TdClassName
{
border-color: #39530B;
}
.TagClassName
{
border-color: #39530B;
}
</style>