Shades of Verdun Green #455303
Tints of Verdun Green #455303
RGB
CMYK
RGB Variations
Color information
#455303 (or 0x455303) is known color: Verdun Green. HEX triplet: 45, 53 and 03. RGB value is (69,83,3). Sum of RGB (Red+Green+Blue) = 69+83+3=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #455303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455303 is #BAACFC. Grayscale: #464646. Windows color (decimal): -12233981 or 217925. OLE color: 217925.
HSL color Cylindrical-coordinate representation of color #455303: hue angle of 70.5º 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 #455303 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 3 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.67 |
| HSL | 70.5º | 0.93% | 0.17% | - |
| HSV(B) | 70.5º | 0.96% | 0.33% | - |
| XYZ | 5.56 | 7.46 | 1.23 | - |
| YUV | 69.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 3 | 0.17 | 0 | 0.96 | 0.67 | 70.5 | 0.93 | 0.17 |
| Hex | 45 | 53 | 3 | 11 | 0 | 60 | 43 | 46 | 5D | 11 |
| Octal | 105 | 123 | 3 | 21 | 0 | 140 | 103 | 106 | 135 | 21 |
| Binary | 1000101 | 1010011 | 11 | 10001 | 0 | 1100000 | 1000011 | 1000110 | 1011101 | 10001 |
Color Harmonies of #455303
Complementary color
Monochromatic Colors of #455303
Black with #455303
Text Example
Text Example
White with #455303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455303; }
p { color: rgb(69,83,3); }
H1.HeaderClassName
{
color: #455303;
}
.AnyTagClassName
{
color: #455303;
}
</style>
background-color css
<style>
a { background-color: #455303; }
a { background-color: rgb(69,83,3); }
div.DivClassName
{
background-color: #455303;
}
.BgClassName
{
background-color: #455303;
}
</style>
border-color css
<style>
span { border-color: #455303; }
span { border-color: rgb(69,83,3); }
td.TdClassName
{
border-color: #455303;
}
.TagClassName
{
border-color: #455303;
}
</style>