Shades of Viridian #45926F
Tints of Viridian #45926F
RGB
CMYK
RGB Variations
Color information
#45926F (or 0x45926F) is known color: Viridian. HEX triplet: 45, 92 and 6F. RGB value is (69,146,111). Sum of RGB (Red+Green+Blue) = 69+146+111=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #45926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45926F is #BA6D90. Grayscale: #777777. Windows color (decimal): -12217745 or 7311941. OLE color: 7311941.
HSL color Cylindrical-coordinate representation of color #45926F: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45926F is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 146 | 111 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.43 |
| HSL | 152.73º | 0.36% | 0.42% | - |
| HSV(B) | 152.73º | 0.53% | 0.57% | - |
| XYZ | 15.6 | 22.97 | 18.65 | - |
| YUV | 118.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 111 | 0.53 | 0 | 0.24 | 0.43 | 152.73 | 0.36 | 0.42 |
| Hex | 45 | 92 | 6F | 35 | 0 | 18 | 2B | 99 | 24 | 2A |
| Octal | 105 | 222 | 157 | 65 | 0 | 30 | 53 | 231 | 44 | 52 |
| Binary | 1000101 | 10010010 | 1101111 | 110101 | 0 | 11000 | 101011 | 10011001 | 100100 | 101010 |
Color Harmonies of #45926F
Complementary color
Monochromatic Colors of #45926F
Black with #45926F
Text Example
Text Example
White with #45926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45926F; }
p { color: rgb(69,146,111); }
H1.HeaderClassName
{
color: #45926F;
}
.AnyTagClassName
{
color: #45926F;
}
</style>
background-color css
<style>
a { background-color: #45926F; }
a { background-color: rgb(69,146,111); }
div.DivClassName
{
background-color: #45926F;
}
.BgClassName
{
background-color: #45926F;
}
</style>
border-color css
<style>
span { border-color: #45926F; }
span { border-color: rgb(69,146,111); }
td.TdClassName
{
border-color: #45926F;
}
.TagClassName
{
border-color: #45926F;
}
</style>