Shades of Viridian #458B75
Tints of Viridian #458B75
RGB
CMYK
RGB Variations
Color information
#458B75 (or 0x458B75) is known color: Viridian. HEX triplet: 45, 8B and 75. RGB value is (69,139,117). Sum of RGB (Red+Green+Blue) = 69+139+117=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #458B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B75 is #BA748A. Grayscale: #737373. Windows color (decimal): -12219531 or 7703365. OLE color: 7703365.
HSL color Cylindrical-coordinate representation of color #458B75: hue angle of 161.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B75 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 117 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.45 |
| HSL | 161.14º | 0.34% | 0.41% | - |
| HSV(B) | 161.14º | 0.5% | 0.55% | - |
| XYZ | 14.9 | 21.01 | 20.1 | - |
| YUV | 115.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 117 | 0.50 | 0 | 0.16 | 0.45 | 161.14 | 0.34 | 0.41 |
| Hex | 45 | 8B | 75 | 32 | 0 | 10 | 2D | A1 | 22 | 29 |
| Octal | 105 | 213 | 165 | 62 | 0 | 20 | 55 | 241 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1110101 | 110010 | 0 | 10000 | 101101 | 10100001 | 100010 | 101001 |
Color Harmonies of #458B75
Complementary color
Monochromatic Colors of #458B75
Black with #458B75
Text Example
Text Example
White with #458B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B75; }
p { color: rgb(69,139,117); }
H1.HeaderClassName
{
color: #458B75;
}
.AnyTagClassName
{
color: #458B75;
}
</style>
background-color css
<style>
a { background-color: #458B75; }
a { background-color: rgb(69,139,117); }
div.DivClassName
{
background-color: #458B75;
}
.BgClassName
{
background-color: #458B75;
}
</style>
border-color css
<style>
span { border-color: #458B75; }
span { border-color: rgb(69,139,117); }
td.TdClassName
{
border-color: #458B75;
}
.TagClassName
{
border-color: #458B75;
}
</style>