Shades of Viridian Green #456757
Tints of Viridian Green #456757
RGB
CMYK
RGB Variations
Color information
#456757 (or 0x456757) is known color: Viridian Green. HEX triplet: 45, 67 and 57. RGB value is (69,103,87). Sum of RGB (Red+Green+Blue) = 69+103+87=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #456757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456757 is #BA98A8. Grayscale: #5B5B5B. Windows color (decimal): -12228777 or 5728069. OLE color: 5728069.
HSL color Cylindrical-coordinate representation of color #456757: hue angle of 151.76º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456757 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 87 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.60 |
| HSL | 151.76º | 0.2% | 0.34% | - |
| HSV(B) | 151.76º | 0.33% | 0.4% | - |
| XYZ | 9.02 | 11.65 | 10.79 | - |
| YUV | 91.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 87 | 0.33 | 0 | 0.16 | 0.60 | 151.76 | 0.2 | 0.34 |
| Hex | 45 | 67 | 57 | 21 | 0 | 10 | 3C | 98 | 14 | 22 |
| Octal | 105 | 147 | 127 | 41 | 0 | 20 | 74 | 230 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1010111 | 100001 | 0 | 10000 | 111100 | 10011000 | 10100 | 100010 |
Color Harmonies of #456757
Complementary color
Monochromatic Colors of #456757
Black with #456757
Text Example
Text Example
White with #456757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456757; }
p { color: rgb(69,103,87); }
H1.HeaderClassName
{
color: #456757;
}
.AnyTagClassName
{
color: #456757;
}
</style>
background-color css
<style>
a { background-color: #456757; }
a { background-color: rgb(69,103,87); }
div.DivClassName
{
background-color: #456757;
}
.BgClassName
{
background-color: #456757;
}
</style>
border-color css
<style>
span { border-color: #456757; }
span { border-color: rgb(69,103,87); }
td.TdClassName
{
border-color: #456757;
}
.TagClassName
{
border-color: #456757;
}
</style>