Shades of Viridian Green #456354
Tints of Viridian Green #456354
RGB
CMYK
RGB Variations
Color information
#456354 (or 0x456354) is known color: Viridian Green. HEX triplet: 45, 63 and 54. RGB value is (69,99,84). Sum of RGB (Red+Green+Blue) = 69+99+84=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #456354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456354 is #BA9CAB. Grayscale: #585858. Windows color (decimal): -12229804 or 5530437. OLE color: 5530437.
HSL color Cylindrical-coordinate representation of color #456354: hue angle of 150º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456354 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 84 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.61 |
| HSL | 150º | 0.18% | 0.33% | - |
| HSV(B) | 150º | 0.3% | 0.39% | - |
| XYZ | 8.52 | 10.83 | 10.03 | - |
| YUV | 88.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 84 | 0.30 | 0 | 0.15 | 0.61 | 150 | 0.18 | 0.33 |
| Hex | 45 | 63 | 54 | 1E | 0 | F | 3D | 96 | 12 | 21 |
| Octal | 105 | 143 | 124 | 36 | 0 | 17 | 75 | 226 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1010100 | 11110 | 0 | 1111 | 111101 | 10010110 | 10010 | 100001 |
Color Harmonies of #456354
Complementary color
Monochromatic Colors of #456354
Black with #456354
Text Example
Text Example
White with #456354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456354; }
p { color: rgb(69,99,84); }
H1.HeaderClassName
{
color: #456354;
}
.AnyTagClassName
{
color: #456354;
}
</style>
background-color css
<style>
a { background-color: #456354; }
a { background-color: rgb(69,99,84); }
div.DivClassName
{
background-color: #456354;
}
.BgClassName
{
background-color: #456354;
}
</style>
border-color css
<style>
span { border-color: #456354; }
span { border-color: rgb(69,99,84); }
td.TdClassName
{
border-color: #456354;
}
.TagClassName
{
border-color: #456354;
}
</style>