Shades of Viridian #407764
Tints of Viridian #407764
RGB
CMYK
RGB Variations
Color information
#407764 (or 0x407764) is known color: Viridian. HEX triplet: 40, 77 and 64. RGB value is (64,119,100). Sum of RGB (Red+Green+Blue) = 64+119+100=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #407764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407764 is #BF889B. Grayscale: #646464. Windows color (decimal): -12552348 or 6584128. OLE color: 6584128.
HSL color Cylindrical-coordinate representation of color #407764: hue angle of 159.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407764 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 100 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.53 |
| HSL | 159.27º | 0.3% | 0.36% | - |
| HSV(B) | 159.27º | 0.46% | 0.47% | - |
| XYZ | 11.01 | 15.2 | 14.41 | - |
| YUV | 100.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 100 | 0.46 | 0 | 0.16 | 0.53 | 159.27 | 0.3 | 0.36 |
| Hex | 40 | 77 | 64 | 2E | 0 | 10 | 35 | 9F | 1E | 24 |
| Octal | 100 | 167 | 144 | 56 | 0 | 20 | 65 | 237 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1100100 | 101110 | 0 | 10000 | 110101 | 10011111 | 11110 | 100100 |
Color Harmonies of #407764
Complementary color
Monochromatic Colors of #407764
Black with #407764
Text Example
Text Example
White with #407764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407764; }
p { color: rgb(64,119,100); }
H1.HeaderClassName
{
color: #407764;
}
.AnyTagClassName
{
color: #407764;
}
</style>
background-color css
<style>
a { background-color: #407764; }
a { background-color: rgb(64,119,100); }
div.DivClassName
{
background-color: #407764;
}
.BgClassName
{
background-color: #407764;
}
</style>
border-color css
<style>
span { border-color: #407764; }
span { border-color: rgb(64,119,100); }
td.TdClassName
{
border-color: #407764;
}
.TagClassName
{
border-color: #407764;
}
</style>