Shades of Viridian #458E6B
Tints of Viridian #458E6B
RGB
CMYK
RGB Variations
Color information
#458E6B (or 0x458E6B) is known color: Viridian. HEX triplet: 45, 8E and 6B. RGB value is (69,142,107). Sum of RGB (Red+Green+Blue) = 69+142+107=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #458E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E6B is #BA7194. Grayscale: #747474. Windows color (decimal): -12218773 or 7048773. OLE color: 7048773.
HSL color Cylindrical-coordinate representation of color #458E6B: hue angle of 151.23º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E6B is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 142 | 107 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.44 |
| HSL | 151.23º | 0.35% | 0.41% | - |
| HSV(B) | 151.23º | 0.51% | 0.56% | - |
| XYZ | 14.78 | 21.67 | 17.31 | - |
| YUV | 116.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 107 | 0.51 | 0 | 0.25 | 0.44 | 151.23 | 0.35 | 0.41 |
| Hex | 45 | 8E | 6B | 33 | 0 | 19 | 2C | 97 | 23 | 29 |
| Octal | 105 | 216 | 153 | 63 | 0 | 31 | 54 | 227 | 43 | 51 |
| Binary | 1000101 | 10001110 | 1101011 | 110011 | 0 | 11001 | 101100 | 10010111 | 100011 | 101001 |
Color Harmonies of #458E6B
Complementary color
Monochromatic Colors of #458E6B
Black with #458E6B
Text Example
Text Example
White with #458E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458E6B; }
p { color: rgb(69,142,107); }
H1.HeaderClassName
{
color: #458E6B;
}
.AnyTagClassName
{
color: #458E6B;
}
</style>
background-color css
<style>
a { background-color: #458E6B; }
a { background-color: rgb(69,142,107); }
div.DivClassName
{
background-color: #458E6B;
}
.BgClassName
{
background-color: #458E6B;
}
</style>
border-color css
<style>
span { border-color: #458E6B; }
span { border-color: rgb(69,142,107); }
td.TdClassName
{
border-color: #458E6B;
}
.TagClassName
{
border-color: #458E6B;
}
</style>