Shades of Verdun Green #43550F
Tints of Verdun Green #43550F
RGB
CMYK
RGB Variations
Color information
#43550F (or 0x43550F) is known color: Verdun Green. HEX triplet: 43, 55 and 0F. RGB value is (67,85,15). Sum of RGB (Red+Green+Blue) = 67+85+15=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #43550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550F is #BCAAF0. Grayscale: #474747. Windows color (decimal): -12364529 or 1004867. OLE color: 1004867.
HSL color Cylindrical-coordinate representation of color #43550F: hue angle of 75.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43550F is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 15 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.67 |
| HSL | 75.43º | 0.7% | 0.2% | - |
| HSV(B) | 75.43º | 0.82% | 0.33% | - |
| XYZ | 5.65 | 7.72 | 1.65 | - |
| YUV | 71.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 15 | 0.21 | 0 | 0.82 | 0.67 | 75.43 | 0.7 | 0.2 |
| Hex | 43 | 55 | F | 15 | 0 | 52 | 43 | 4B | 46 | 14 |
| Octal | 103 | 125 | 17 | 25 | 0 | 122 | 103 | 113 | 106 | 24 |
| Binary | 1000011 | 1010101 | 1111 | 10101 | 0 | 1010010 | 1000011 | 1001011 | 1000110 | 10100 |
Color Harmonies of #43550F
Complementary color
Monochromatic Colors of #43550F
Black with #43550F
Text Example
Text Example
White with #43550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43550F; }
p { color: rgb(67,85,15); }
H1.HeaderClassName
{
color: #43550F;
}
.AnyTagClassName
{
color: #43550F;
}
</style>
background-color css
<style>
a { background-color: #43550F; }
a { background-color: rgb(67,85,15); }
div.DivClassName
{
background-color: #43550F;
}
.BgClassName
{
background-color: #43550F;
}
</style>
border-color css
<style>
span { border-color: #43550F; }
span { border-color: rgb(67,85,15); }
td.TdClassName
{
border-color: #43550F;
}
.TagClassName
{
border-color: #43550F;
}
</style>