Shades of Verdun Green #434F1B
Tints of Verdun Green #434F1B
RGB
CMYK
RGB Variations
Color information
#434F1B (or 0x434F1B) is known color: Verdun Green. HEX triplet: 43, 4F and 1B. RGB value is (67,79,27). Sum of RGB (Red+Green+Blue) = 67+79+27=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #434F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F1B is #BCB0E4. Grayscale: #454545. Windows color (decimal): -12366053 or 1789763. OLE color: 1789763.
HSL color Cylindrical-coordinate representation of color #434F1B: hue angle of 73.85º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #434F1B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 27 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.69 |
| HSL | 73.85º | 0.49% | 0.21% | - |
| HSV(B) | 73.85º | 0.66% | 0.31% | - |
| XYZ | 5.31 | 6.86 | 2.08 | - |
| YUV | 69.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 27 | 0.15 | 0 | 0.66 | 0.69 | 73.85 | 0.49 | 0.21 |
| Hex | 43 | 4F | 1B | F | 0 | 42 | 45 | 4A | 31 | 15 |
| Octal | 103 | 117 | 33 | 17 | 0 | 102 | 105 | 112 | 61 | 25 |
| Binary | 1000011 | 1001111 | 11011 | 1111 | 0 | 1000010 | 1000101 | 1001010 | 110001 | 10101 |
Color Harmonies of #434F1B
Complementary color
Monochromatic Colors of #434F1B
Black with #434F1B
Text Example
Text Example
White with #434F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F1B; }
p { color: rgb(67,79,27); }
H1.HeaderClassName
{
color: #434F1B;
}
.AnyTagClassName
{
color: #434F1B;
}
</style>
background-color css
<style>
a { background-color: #434F1B; }
a { background-color: rgb(67,79,27); }
div.DivClassName
{
background-color: #434F1B;
}
.BgClassName
{
background-color: #434F1B;
}
</style>
border-color css
<style>
span { border-color: #434F1B; }
span { border-color: rgb(67,79,27); }
td.TdClassName
{
border-color: #434F1B;
}
.TagClassName
{
border-color: #434F1B;
}
</style>