Shades of Verdun Green #434B12
Tints of Verdun Green #434B12
RGB
CMYK
RGB Variations
Color information
#434B12 (or 0x434B12) is known color: Verdun Green. HEX triplet: 43, 4B and 12. RGB value is (67,75,18). Sum of RGB (Red+Green+Blue) = 67+75+18=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #434B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B12 is #BCB4ED. Grayscale: #424242. Windows color (decimal): -12367086 or 1198915. OLE color: 1198915.
HSL color Cylindrical-coordinate representation of color #434B12: hue angle of 68.42º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #434B12 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 18 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.71 |
| HSL | 68.42º | 0.61% | 0.18% | - |
| HSV(B) | 68.42º | 0.76% | 0.29% | - |
| XYZ | 4.94 | 6.27 | 1.52 | - |
| YUV | 66.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 18 | 0.11 | 0 | 0.76 | 0.71 | 68.42 | 0.61 | 0.18 |
| Hex | 43 | 4B | 12 | B | 0 | 4C | 47 | 44 | 3D | 12 |
| Octal | 103 | 113 | 22 | 13 | 0 | 114 | 107 | 104 | 75 | 22 |
| Binary | 1000011 | 1001011 | 10010 | 1011 | 0 | 1001100 | 1000111 | 1000100 | 111101 | 10010 |
Color Harmonies of #434B12
Complementary color
Monochromatic Colors of #434B12
Black with #434B12
Text Example
Text Example
White with #434B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B12; }
p { color: rgb(67,75,18); }
H1.HeaderClassName
{
color: #434B12;
}
.AnyTagClassName
{
color: #434B12;
}
</style>
background-color css
<style>
a { background-color: #434B12; }
a { background-color: rgb(67,75,18); }
div.DivClassName
{
background-color: #434B12;
}
.BgClassName
{
background-color: #434B12;
}
</style>
border-color css
<style>
span { border-color: #434B12; }
span { border-color: rgb(67,75,18); }
td.TdClassName
{
border-color: #434B12;
}
.TagClassName
{
border-color: #434B12;
}
</style>