Shades of Verdun Green #434B05
Tints of Verdun Green #434B05
RGB
CMYK
RGB Variations
Color information
#434B05 (or 0x434B05) is known color: Verdun Green. HEX triplet: 43, 4B and 05. RGB value is (67,75,5). Sum of RGB (Red+Green+Blue) = 67+75+5=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #434B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B05 is #BCB4FA. Grayscale: #404040. Windows color (decimal): -12367099 or 346947. OLE color: 346947.
HSL color Cylindrical-coordinate representation of color #434B05: hue angle of 66.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434B05 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 5 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.71 |
| HSL | 66.86º | 0.88% | 0.16% | - |
| HSV(B) | 66.86º | 0.93% | 0.29% | - |
| XYZ | 4.86 | 6.24 | 1.09 | - |
| YUV | 64.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 5 | 0.11 | 0 | 0.93 | 0.71 | 66.86 | 0.88 | 0.16 |
| Hex | 43 | 4B | 5 | B | 0 | 5D | 47 | 43 | 58 | 10 |
| Octal | 103 | 113 | 5 | 13 | 0 | 135 | 107 | 103 | 130 | 20 |
| Binary | 1000011 | 1001011 | 101 | 1011 | 0 | 1011101 | 1000111 | 1000011 | 1011000 | 10000 |
Color Harmonies of #434B05
Complementary color
Monochromatic Colors of #434B05
Black with #434B05
Text Example
Text Example
White with #434B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B05; }
p { color: rgb(67,75,5); }
H1.HeaderClassName
{
color: #434B05;
}
.AnyTagClassName
{
color: #434B05;
}
</style>
background-color css
<style>
a { background-color: #434B05; }
a { background-color: rgb(67,75,5); }
div.DivClassName
{
background-color: #434B05;
}
.BgClassName
{
background-color: #434B05;
}
</style>
border-color css
<style>
span { border-color: #434B05; }
span { border-color: rgb(67,75,5); }
td.TdClassName
{
border-color: #434B05;
}
.TagClassName
{
border-color: #434B05;
}
</style>