Shades of Verdun Green #434B03
Tints of Verdun Green #434B03
RGB
CMYK
RGB Variations
Color information
#434B03 (or 0x434B03) is known color: Verdun Green. HEX triplet: 43, 4B and 03. RGB value is (67,75,3). Sum of RGB (Red+Green+Blue) = 67+75+3=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #434B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B03 is #BCB4FC. Grayscale: #404040. Windows color (decimal): -12367101 or 215875. OLE color: 215875.
HSL color Cylindrical-coordinate representation of color #434B03: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434B03 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 3 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.71 |
| HSL | 66.67º | 0.92% | 0.15% | - |
| HSV(B) | 66.67º | 0.96% | 0.29% | - |
| XYZ | 4.85 | 6.23 | 1.03 | - |
| YUV | 64.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 3 | 0.11 | 0 | 0.96 | 0.71 | 66.67 | 0.92 | 0.15 |
| Hex | 43 | 4B | 3 | B | 0 | 60 | 47 | 43 | 5C | F |
| Octal | 103 | 113 | 3 | 13 | 0 | 140 | 107 | 103 | 134 | 17 |
| Binary | 1000011 | 1001011 | 11 | 1011 | 0 | 1100000 | 1000111 | 1000011 | 1011100 | 1111 |
Color Harmonies of #434B03
Complementary color
Monochromatic Colors of #434B03
Black with #434B03
Text Example
Text Example
White with #434B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B03; }
p { color: rgb(67,75,3); }
H1.HeaderClassName
{
color: #434B03;
}
.AnyTagClassName
{
color: #434B03;
}
</style>
background-color css
<style>
a { background-color: #434B03; }
a { background-color: rgb(67,75,3); }
div.DivClassName
{
background-color: #434B03;
}
.BgClassName
{
background-color: #434B03;
}
</style>
border-color css
<style>
span { border-color: #434B03; }
span { border-color: rgb(67,75,3); }
td.TdClassName
{
border-color: #434B03;
}
.TagClassName
{
border-color: #434B03;
}
</style>