Shades of Verdun Green #44430B
Tints of Verdun Green #44430B
RGB
CMYK
RGB Variations
Color information
#44430B (or 0x44430B) is known color: Verdun Green. HEX triplet: 44, 43 and 0B. RGB value is (68,67,11). Sum of RGB (Red+Green+Blue) = 68+67+11=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44430B is #BBBCF4. Grayscale: #3D3D3D. Windows color (decimal): -12303605 or 738116. OLE color: 738116.
HSL color Cylindrical-coordinate representation of color #44430B: hue angle of 58.95º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44430B is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 11 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.73 |
| HSL | 58.95º | 0.72% | 0.15% | - |
| HSV(B) | 58.95º | 0.84% | 0.27% | - |
| XYZ | 4.45 | 5.27 | 1.1 | - |
| YUV | 60.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 11 | 0 | 0.01 | 0.84 | 0.73 | 58.95 | 0.72 | 0.15 |
| Hex | 44 | 43 | B | 0 | 1 | 54 | 49 | 3B | 48 | F |
| Octal | 104 | 103 | 13 | 0 | 1 | 124 | 111 | 73 | 110 | 17 |
| Binary | 1000100 | 1000011 | 1011 | 0 | 1 | 1010100 | 1001001 | 111011 | 1001000 | 1111 |
Color Harmonies of #44430B
Complementary color
Monochromatic Colors of #44430B
Black with #44430B
Text Example
Text Example
White with #44430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44430B; }
p { color: rgb(68,67,11); }
H1.HeaderClassName
{
color: #44430B;
}
.AnyTagClassName
{
color: #44430B;
}
</style>
background-color css
<style>
a { background-color: #44430B; }
a { background-color: rgb(68,67,11); }
div.DivClassName
{
background-color: #44430B;
}
.BgClassName
{
background-color: #44430B;
}
</style>
border-color css
<style>
span { border-color: #44430B; }
span { border-color: rgb(68,67,11); }
td.TdClassName
{
border-color: #44430B;
}
.TagClassName
{
border-color: #44430B;
}
</style>