Shades of Viridian #457B6A
Tints of Viridian #457B6A
RGB
CMYK
RGB Variations
Color information
#457B6A (or 0x457B6A) is known color: Viridian. HEX triplet: 45, 7B and 6A. RGB value is (69,123,106). Sum of RGB (Red+Green+Blue) = 69+123+106=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #457B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B6A is #BA8495. Grayscale: #686868. Windows color (decimal): -12223638 or 6978373. OLE color: 6978373.
HSL color Cylindrical-coordinate representation of color #457B6A: hue angle of 161.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B6A is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 106 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.52 |
| HSL | 161.11º | 0.28% | 0.38% | - |
| HSV(B) | 161.11º | 0.44% | 0.48% | - |
| XYZ | 12.14 | 16.47 | 16.18 | - |
| YUV | 104.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 106 | 0.44 | 0 | 0.14 | 0.52 | 161.11 | 0.28 | 0.38 |
| Hex | 45 | 7B | 6A | 2C | 0 | E | 34 | A1 | 1C | 26 |
| Octal | 105 | 173 | 152 | 54 | 0 | 16 | 64 | 241 | 34 | 46 |
| Binary | 1000101 | 1111011 | 1101010 | 101100 | 0 | 1110 | 110100 | 10100001 | 11100 | 100110 |
Color Harmonies of #457B6A
Complementary color
Monochromatic Colors of #457B6A
Black with #457B6A
Text Example
Text Example
White with #457B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B6A; }
p { color: rgb(69,123,106); }
H1.HeaderClassName
{
color: #457B6A;
}
.AnyTagClassName
{
color: #457B6A;
}
</style>
background-color css
<style>
a { background-color: #457B6A; }
a { background-color: rgb(69,123,106); }
div.DivClassName
{
background-color: #457B6A;
}
.BgClassName
{
background-color: #457B6A;
}
</style>
border-color css
<style>
span { border-color: #457B6A; }
span { border-color: rgb(69,123,106); }
td.TdClassName
{
border-color: #457B6A;
}
.TagClassName
{
border-color: #457B6A;
}
</style>