Shades of Verdun Green #434B1F
Tints of Verdun Green #434B1F
RGB
CMYK
RGB Variations
Color information
#434B1F (or 0x434B1F) is known color: Verdun Green. HEX triplet: 43, 4B and 1F. RGB value is (67,75,31). Sum of RGB (Red+Green+Blue) = 67+75+31=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #434B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B1F is #BCB4E0. Grayscale: #434343. Windows color (decimal): -12367073 or 2050883. OLE color: 2050883.
HSL color Cylindrical-coordinate representation of color #434B1F: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434B1F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 31 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.71 |
| HSL | 70.91º | 0.42% | 0.21% | - |
| HSV(B) | 70.91º | 0.59% | 0.29% | - |
| XYZ | 5.08 | 6.32 | 2.25 | - |
| YUV | 67.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 31 | 0.11 | 0 | 0.59 | 0.71 | 70.91 | 0.42 | 0.21 |
| Hex | 43 | 4B | 1F | B | 0 | 3B | 47 | 47 | 2A | 15 |
| Octal | 103 | 113 | 37 | 13 | 0 | 73 | 107 | 107 | 52 | 25 |
| Binary | 1000011 | 1001011 | 11111 | 1011 | 0 | 111011 | 1000111 | 1000111 | 101010 | 10101 |
Color Harmonies of #434B1F
Complementary color
Monochromatic Colors of #434B1F
Black with #434B1F
Text Example
Text Example
White with #434B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B1F; }
p { color: rgb(67,75,31); }
H1.HeaderClassName
{
color: #434B1F;
}
.AnyTagClassName
{
color: #434B1F;
}
</style>
background-color css
<style>
a { background-color: #434B1F; }
a { background-color: rgb(67,75,31); }
div.DivClassName
{
background-color: #434B1F;
}
.BgClassName
{
background-color: #434B1F;
}
</style>
border-color css
<style>
span { border-color: #434B1F; }
span { border-color: rgb(67,75,31); }
td.TdClassName
{
border-color: #434B1F;
}
.TagClassName
{
border-color: #434B1F;
}
</style>