Shades of Viridian #458A66
Tints of Viridian #458A66
RGB
CMYK
RGB Variations
Color information
#458A66 (or 0x458A66) is known color: Viridian. HEX triplet: 45, 8A and 66. RGB value is (69,138,102). Sum of RGB (Red+Green+Blue) = 69+138+102=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #458A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A66 is #BA7599. Grayscale: #717171. Windows color (decimal): -12219802 or 6720069. OLE color: 6720069.
HSL color Cylindrical-coordinate representation of color #458A66: hue angle of 148.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A66 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 102 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.46 |
| HSL | 148.7º | 0.33% | 0.41% | - |
| HSV(B) | 148.7º | 0.5% | 0.54% | - |
| XYZ | 13.94 | 20.4 | 15.77 | - |
| YUV | 113.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 102 | 0.5 | 0 | 0.26 | 0.46 | 148.7 | 0.33 | 0.41 |
| Hex | 45 | 8A | 66 | 32 | 0 | 1A | 2E | 95 | 21 | 29 |
| Octal | 105 | 212 | 146 | 62 | 0 | 32 | 56 | 225 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1100110 | 110010 | 0 | 11010 | 101110 | 10010101 | 100001 | 101001 |
Color Harmonies of #458A66
Complementary color
Monochromatic Colors of #458A66
Black with #458A66
Text Example
Text Example
White with #458A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A66; }
p { color: rgb(69,138,102); }
H1.HeaderClassName
{
color: #458A66;
}
.AnyTagClassName
{
color: #458A66;
}
</style>
background-color css
<style>
a { background-color: #458A66; }
a { background-color: rgb(69,138,102); }
div.DivClassName
{
background-color: #458A66;
}
.BgClassName
{
background-color: #458A66;
}
</style>
border-color css
<style>
span { border-color: #458A66; }
span { border-color: rgb(69,138,102); }
td.TdClassName
{
border-color: #458A66;
}
.TagClassName
{
border-color: #458A66;
}
</style>