Shades of Verdun Green #38630B
Tints of Verdun Green #38630B
RGB
CMYK
RGB Variations
Color information
#38630B (or 0x38630B) is known color: Verdun Green. HEX triplet: 38, 63 and 0B. RGB value is (56,99,11). Sum of RGB (Red+Green+Blue) = 56+99+11=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #38630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38630B is #C79CF4. Grayscale: #4C4C4C. Windows color (decimal): -13081845 or 746296. OLE color: 746296.
HSL color Cylindrical-coordinate representation of color #38630B: hue angle of 89.32º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38630B is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 11 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.61 |
| HSL | 89.32º | 0.8% | 0.22% | - |
| HSV(B) | 89.32º | 0.89% | 0.39% | - |
| XYZ | 6.15 | 9.79 | 1.88 | - |
| YUV | 76.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 11 | 0.43 | 0 | 0.89 | 0.61 | 89.32 | 0.8 | 0.22 |
| Hex | 38 | 63 | B | 2B | 0 | 59 | 3D | 59 | 50 | 16 |
| Octal | 70 | 143 | 13 | 53 | 0 | 131 | 75 | 131 | 120 | 26 |
| Binary | 111000 | 1100011 | 1011 | 101011 | 0 | 1011001 | 111101 | 1011001 | 1010000 | 10110 |
Color Harmonies of #38630B
Complementary color
Monochromatic Colors of #38630B
Black with #38630B
Text Example
Text Example
White with #38630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38630B; }
p { color: rgb(56,99,11); }
H1.HeaderClassName
{
color: #38630B;
}
.AnyTagClassName
{
color: #38630B;
}
</style>
background-color css
<style>
a { background-color: #38630B; }
a { background-color: rgb(56,99,11); }
div.DivClassName
{
background-color: #38630B;
}
.BgClassName
{
background-color: #38630B;
}
</style>
border-color css
<style>
span { border-color: #38630B; }
span { border-color: rgb(56,99,11); }
td.TdClassName
{
border-color: #38630B;
}
.TagClassName
{
border-color: #38630B;
}
</style>