Shades of Verdun Green #445303
Tints of Verdun Green #445303
RGB
CMYK
RGB Variations
Color information
#445303 (or 0x445303) is known color: Verdun Green. HEX triplet: 44, 53 and 03. RGB value is (68,83,3). Sum of RGB (Red+Green+Blue) = 68+83+3=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #445303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445303 is #BBACFC. Grayscale: #454545. Windows color (decimal): -12299517 or 217924. OLE color: 217924.
HSL color Cylindrical-coordinate representation of color #445303: hue angle of 71.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #445303 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 3 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.67 |
| HSL | 71.25º | 0.93% | 0.17% | - |
| HSV(B) | 71.25º | 0.96% | 0.33% | - |
| XYZ | 5.49 | 7.42 | 1.23 | - |
| YUV | 69.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 3 | 0.18 | 0 | 0.96 | 0.67 | 71.25 | 0.93 | 0.17 |
| Hex | 44 | 53 | 3 | 12 | 0 | 60 | 43 | 47 | 5D | 11 |
| Octal | 104 | 123 | 3 | 22 | 0 | 140 | 103 | 107 | 135 | 21 |
| Binary | 1000100 | 1010011 | 11 | 10010 | 0 | 1100000 | 1000011 | 1000111 | 1011101 | 10001 |
Color Harmonies of #445303
Complementary color
Monochromatic Colors of #445303
Black with #445303
Text Example
Text Example
White with #445303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445303; }
p { color: rgb(68,83,3); }
H1.HeaderClassName
{
color: #445303;
}
.AnyTagClassName
{
color: #445303;
}
</style>
background-color css
<style>
a { background-color: #445303; }
a { background-color: rgb(68,83,3); }
div.DivClassName
{
background-color: #445303;
}
.BgClassName
{
background-color: #445303;
}
</style>
border-color css
<style>
span { border-color: #445303; }
span { border-color: rgb(68,83,3); }
td.TdClassName
{
border-color: #445303;
}
.TagClassName
{
border-color: #445303;
}
</style>