Shades of Verdun Green #43650B
Tints of Verdun Green #43650B
RGB
CMYK
RGB Variations
Color information
#43650B (or 0x43650B) is known color: Verdun Green. HEX triplet: 43, 65 and 0B. RGB value is (67,101,11). Sum of RGB (Red+Green+Blue) = 67+101+11=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #43650B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43650B is #BC9AF4. Grayscale: #505050. Windows color (decimal): -12360437 or 746819. OLE color: 746819.
HSL color Cylindrical-coordinate representation of color #43650B: hue angle of 82.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43650B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 101 | 11 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.60 |
| HSL | 82.67º | 0.8% | 0.22% | - |
| HSV(B) | 82.67º | 0.89% | 0.4% | - |
| XYZ | 7.03 | 10.52 | 1.98 | - |
| YUV | 80.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 11 | 0.34 | 0 | 0.89 | 0.60 | 82.67 | 0.8 | 0.22 |
| Hex | 43 | 65 | B | 22 | 0 | 59 | 3C | 53 | 50 | 16 |
| Octal | 103 | 145 | 13 | 42 | 0 | 131 | 74 | 123 | 120 | 26 |
| Binary | 1000011 | 1100101 | 1011 | 100010 | 0 | 1011001 | 111100 | 1010011 | 1010000 | 10110 |
Color Harmonies of #43650B
Complementary color
Monochromatic Colors of #43650B
Black with #43650B
Text Example
Text Example
White with #43650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43650B; }
p { color: rgb(67,101,11); }
H1.HeaderClassName
{
color: #43650B;
}
.AnyTagClassName
{
color: #43650B;
}
</style>
background-color css
<style>
a { background-color: #43650B; }
a { background-color: rgb(67,101,11); }
div.DivClassName
{
background-color: #43650B;
}
.BgClassName
{
background-color: #43650B;
}
</style>
border-color css
<style>
span { border-color: #43650B; }
span { border-color: rgb(67,101,11); }
td.TdClassName
{
border-color: #43650B;
}
.TagClassName
{
border-color: #43650B;
}
</style>