Shades of Verdun Green #434B1C
Tints of Verdun Green #434B1C
RGB
CMYK
RGB Variations
Color information
#434B1C (or 0x434B1C) is known color: Verdun Green. HEX triplet: 43, 4B and 1C. RGB value is (67,75,28). Sum of RGB (Red+Green+Blue) = 67+75+28=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #434B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B1C is #BCB4E3. Grayscale: #434343. Windows color (decimal): -12367076 or 1854275. OLE color: 1854275.
HSL color Cylindrical-coordinate representation of color #434B1C: hue angle of 70.21º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #434B1C is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 28 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.71 |
| HSL | 70.21º | 0.46% | 0.2% | - |
| HSV(B) | 70.21º | 0.63% | 0.29% | - |
| XYZ | 5.04 | 6.31 | 2.05 | - |
| YUV | 67.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 28 | 0.11 | 0 | 0.63 | 0.71 | 70.21 | 0.46 | 0.2 |
| Hex | 43 | 4B | 1C | B | 0 | 3F | 47 | 46 | 2E | 14 |
| Octal | 103 | 113 | 34 | 13 | 0 | 77 | 107 | 106 | 56 | 24 |
| Binary | 1000011 | 1001011 | 11100 | 1011 | 0 | 111111 | 1000111 | 1000110 | 101110 | 10100 |
Color Harmonies of #434B1C
Complementary color
Monochromatic Colors of #434B1C
Black with #434B1C
Text Example
Text Example
White with #434B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B1C; }
p { color: rgb(67,75,28); }
H1.HeaderClassName
{
color: #434B1C;
}
.AnyTagClassName
{
color: #434B1C;
}
</style>
background-color css
<style>
a { background-color: #434B1C; }
a { background-color: rgb(67,75,28); }
div.DivClassName
{
background-color: #434B1C;
}
.BgClassName
{
background-color: #434B1C;
}
</style>
border-color css
<style>
span { border-color: #434B1C; }
span { border-color: rgb(67,75,28); }
td.TdClassName
{
border-color: #434B1C;
}
.TagClassName
{
border-color: #434B1C;
}
</style>