Shades of Verdun Green #43551B
Tints of Verdun Green #43551B
RGB
CMYK
RGB Variations
Color information
#43551B (or 0x43551B) is known color: Verdun Green. HEX triplet: 43, 55 and 1B. RGB value is (67,85,27). Sum of RGB (Red+Green+Blue) = 67+85+27=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #43551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43551B is #BCAAE4. Grayscale: #494949. Windows color (decimal): -12364517 or 1791299. OLE color: 1791299.
HSL color Cylindrical-coordinate representation of color #43551B: hue angle of 78.62º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43551B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 27 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.67 |
| HSL | 78.62º | 0.52% | 0.22% | - |
| HSV(B) | 78.62º | 0.68% | 0.33% | - |
| XYZ | 5.76 | 7.77 | 2.23 | - |
| YUV | 73.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 27 | 0.21 | 0 | 0.68 | 0.67 | 78.62 | 0.52 | 0.22 |
| Hex | 43 | 55 | 1B | 15 | 0 | 44 | 43 | 4F | 34 | 16 |
| Octal | 103 | 125 | 33 | 25 | 0 | 104 | 103 | 117 | 64 | 26 |
| Binary | 1000011 | 1010101 | 11011 | 10101 | 0 | 1000100 | 1000011 | 1001111 | 110100 | 10110 |
Color Harmonies of #43551B
Complementary color
Monochromatic Colors of #43551B
Black with #43551B
Text Example
Text Example
White with #43551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43551B; }
p { color: rgb(67,85,27); }
H1.HeaderClassName
{
color: #43551B;
}
.AnyTagClassName
{
color: #43551B;
}
</style>
background-color css
<style>
a { background-color: #43551B; }
a { background-color: rgb(67,85,27); }
div.DivClassName
{
background-color: #43551B;
}
.BgClassName
{
background-color: #43551B;
}
</style>
border-color css
<style>
span { border-color: #43551B; }
span { border-color: rgb(67,85,27); }
td.TdClassName
{
border-color: #43551B;
}
.TagClassName
{
border-color: #43551B;
}
</style>