Shades of Viridian #457F67
Tints of Viridian #457F67
RGB
CMYK
RGB Variations
Color information
#457F67 (or 0x457F67) is known color: Viridian. HEX triplet: 45, 7F and 67. RGB value is (69,127,103). Sum of RGB (Red+Green+Blue) = 69+127+103=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #457F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F67 is #BA8098. Grayscale: #6A6A6A. Windows color (decimal): -12222617 or 6782789. OLE color: 6782789.
HSL color Cylindrical-coordinate representation of color #457F67: hue angle of 155.17º 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 #457F67 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 103 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.50 |
| HSL | 155.17º | 0.3% | 0.38% | - |
| HSV(B) | 155.17º | 0.46% | 0.5% | - |
| XYZ | 12.49 | 17.42 | 15.54 | - |
| YUV | 106.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 103 | 0.46 | 0 | 0.19 | 0.50 | 155.17 | 0.3 | 0.38 |
| Hex | 45 | 7F | 67 | 2E | 0 | 13 | 32 | 9B | 1E | 26 |
| Octal | 105 | 177 | 147 | 56 | 0 | 23 | 62 | 233 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1100111 | 101110 | 0 | 10011 | 110010 | 10011011 | 11110 | 100110 |
Color Harmonies of #457F67
Complementary color
Monochromatic Colors of #457F67
Black with #457F67
Text Example
Text Example
White with #457F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F67; }
p { color: rgb(69,127,103); }
H1.HeaderClassName
{
color: #457F67;
}
.AnyTagClassName
{
color: #457F67;
}
</style>
background-color css
<style>
a { background-color: #457F67; }
a { background-color: rgb(69,127,103); }
div.DivClassName
{
background-color: #457F67;
}
.BgClassName
{
background-color: #457F67;
}
</style>
border-color css
<style>
span { border-color: #457F67; }
span { border-color: rgb(69,127,103); }
td.TdClassName
{
border-color: #457F67;
}
.TagClassName
{
border-color: #457F67;
}
</style>