Shades of Viridian #457F6B
Tints of Viridian #457F6B
RGB
CMYK
RGB Variations
Color information
#457F6B (or 0x457F6B) is known color: Viridian. HEX triplet: 45, 7F and 6B. RGB value is (69,127,107). Sum of RGB (Red+Green+Blue) = 69+127+107=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #457F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F6B is #BA8094. Grayscale: #6B6B6B. Windows color (decimal): -12222613 or 7044933. OLE color: 7044933.
HSL color Cylindrical-coordinate representation of color #457F6B: hue angle of 159.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F6B is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 107 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.50 |
| HSL | 159.31º | 0.3% | 0.38% | - |
| HSV(B) | 159.31º | 0.46% | 0.5% | - |
| XYZ | 12.7 | 17.51 | 16.62 | - |
| YUV | 107.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 107 | 0.46 | 0 | 0.16 | 0.50 | 159.31 | 0.3 | 0.38 |
| Hex | 45 | 7F | 6B | 2E | 0 | 10 | 32 | 9F | 1E | 26 |
| Octal | 105 | 177 | 153 | 56 | 0 | 20 | 62 | 237 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1101011 | 101110 | 0 | 10000 | 110010 | 10011111 | 11110 | 100110 |
Color Harmonies of #457F6B
Complementary color
Monochromatic Colors of #457F6B
Black with #457F6B
Text Example
Text Example
White with #457F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F6B; }
p { color: rgb(69,127,107); }
H1.HeaderClassName
{
color: #457F6B;
}
.AnyTagClassName
{
color: #457F6B;
}
</style>
background-color css
<style>
a { background-color: #457F6B; }
a { background-color: rgb(69,127,107); }
div.DivClassName
{
background-color: #457F6B;
}
.BgClassName
{
background-color: #457F6B;
}
</style>
border-color css
<style>
span { border-color: #457F6B; }
span { border-color: rgb(69,127,107); }
td.TdClassName
{
border-color: #457F6B;
}
.TagClassName
{
border-color: #457F6B;
}
</style>