Shades of Viridian #457E6B
Tints of Viridian #457E6B
RGB
CMYK
RGB Variations
Color information
#457E6B (or 0x457E6B) is known color: Viridian. HEX triplet: 45, 7E and 6B. RGB value is (69,126,107). Sum of RGB (Red+Green+Blue) = 69+126+107=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #457E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E6B is #BA8194. Grayscale: #6A6A6A. Windows color (decimal): -12222869 or 7044677. OLE color: 7044677.
HSL color Cylindrical-coordinate representation of color #457E6B: hue angle of 160º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E6B is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 126 | 107 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.51 |
| HSL | 160º | 0.29% | 0.38% | - |
| HSV(B) | 160º | 0.45% | 0.49% | - |
| XYZ | 12.57 | 17.25 | 16.58 | - |
| YUV | 106.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 107 | 0.45 | 0 | 0.15 | 0.51 | 160 | 0.29 | 0.38 |
| Hex | 45 | 7E | 6B | 2D | 0 | F | 33 | A0 | 1D | 26 |
| Octal | 105 | 176 | 153 | 55 | 0 | 17 | 63 | 240 | 35 | 46 |
| Binary | 1000101 | 1111110 | 1101011 | 101101 | 0 | 1111 | 110011 | 10100000 | 11101 | 100110 |
Color Harmonies of #457E6B
Complementary color
Monochromatic Colors of #457E6B
Black with #457E6B
Text Example
Text Example
White with #457E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E6B; }
p { color: rgb(69,126,107); }
H1.HeaderClassName
{
color: #457E6B;
}
.AnyTagClassName
{
color: #457E6B;
}
</style>
background-color css
<style>
a { background-color: #457E6B; }
a { background-color: rgb(69,126,107); }
div.DivClassName
{
background-color: #457E6B;
}
.BgClassName
{
background-color: #457E6B;
}
</style>
border-color css
<style>
span { border-color: #457E6B; }
span { border-color: rgb(69,126,107); }
td.TdClassName
{
border-color: #457E6B;
}
.TagClassName
{
border-color: #457E6B;
}
</style>