Shades of Verdun Green #43580F
Tints of Verdun Green #43580F
RGB
CMYK
RGB Variations
Color information
#43580F (or 0x43580F) is known color: Verdun Green. HEX triplet: 43, 58 and 0F. RGB value is (67,88,15). Sum of RGB (Red+Green+Blue) = 67+88+15=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #43580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43580F is #BCA7F0. Grayscale: #494949. Windows color (decimal): -12363761 or 1005635. OLE color: 1005635.
HSL color Cylindrical-coordinate representation of color #43580F: hue angle of 77.26º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43580F is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 88 | 15 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.65 |
| HSL | 77.26º | 0.71% | 0.2% | - |
| HSV(B) | 77.26º | 0.83% | 0.35% | - |
| XYZ | 5.89 | 8.21 | 1.73 | - |
| YUV | 73.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 15 | 0.24 | 0 | 0.83 | 0.65 | 77.26 | 0.71 | 0.2 |
| Hex | 43 | 58 | F | 18 | 0 | 53 | 41 | 4D | 47 | 14 |
| Octal | 103 | 130 | 17 | 30 | 0 | 123 | 101 | 115 | 107 | 24 |
| Binary | 1000011 | 1011000 | 1111 | 11000 | 0 | 1010011 | 1000001 | 1001101 | 1000111 | 10100 |
Color Harmonies of #43580F
Complementary color
Monochromatic Colors of #43580F
Black with #43580F
Text Example
Text Example
White with #43580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43580F; }
p { color: rgb(67,88,15); }
H1.HeaderClassName
{
color: #43580F;
}
.AnyTagClassName
{
color: #43580F;
}
</style>
background-color css
<style>
a { background-color: #43580F; }
a { background-color: rgb(67,88,15); }
div.DivClassName
{
background-color: #43580F;
}
.BgClassName
{
background-color: #43580F;
}
</style>
border-color css
<style>
span { border-color: #43580F; }
span { border-color: rgb(67,88,15); }
td.TdClassName
{
border-color: #43580F;
}
.TagClassName
{
border-color: #43580F;
}
</style>