Shades of Viridian #458A6A
Tints of Viridian #458A6A
RGB
CMYK
RGB Variations
Color information
#458A6A (or 0x458A6A) is known color: Viridian. HEX triplet: 45, 8A and 6A. RGB value is (69,138,106). Sum of RGB (Red+Green+Blue) = 69+138+106=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #458A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A6A is #BA7595. Grayscale: #717171. Windows color (decimal): -12219798 or 6982213. OLE color: 6982213.
HSL color Cylindrical-coordinate representation of color #458A6A: hue angle of 152.17º 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 #458A6A is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 106 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.46 |
| HSL | 152.17º | 0.33% | 0.41% | - |
| HSV(B) | 152.17º | 0.5% | 0.54% | - |
| XYZ | 14.14 | 20.48 | 16.84 | - |
| YUV | 113.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 106 | 0.5 | 0 | 0.23 | 0.46 | 152.17 | 0.33 | 0.41 |
| Hex | 45 | 8A | 6A | 32 | 0 | 17 | 2E | 98 | 21 | 29 |
| Octal | 105 | 212 | 152 | 62 | 0 | 27 | 56 | 230 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1101010 | 110010 | 0 | 10111 | 101110 | 10011000 | 100001 | 101001 |
Color Harmonies of #458A6A
Complementary color
Monochromatic Colors of #458A6A
Black with #458A6A
Text Example
Text Example
White with #458A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A6A; }
p { color: rgb(69,138,106); }
H1.HeaderClassName
{
color: #458A6A;
}
.AnyTagClassName
{
color: #458A6A;
}
</style>
background-color css
<style>
a { background-color: #458A6A; }
a { background-color: rgb(69,138,106); }
div.DivClassName
{
background-color: #458A6A;
}
.BgClassName
{
background-color: #458A6A;
}
</style>
border-color css
<style>
span { border-color: #458A6A; }
span { border-color: rgb(69,138,106); }
td.TdClassName
{
border-color: #458A6A;
}
.TagClassName
{
border-color: #458A6A;
}
</style>