Shades of Viridian #407F69
Tints of Viridian #407F69
RGB
CMYK
RGB Variations
Color information
#407F69 (or 0x407F69) is known color: Viridian. HEX triplet: 40, 7F and 69. RGB value is (64,127,105). Sum of RGB (Red+Green+Blue) = 64+127+105=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #407F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F69 is #BF8096. Grayscale: #696969. Windows color (decimal): -12550295 or 6913856. OLE color: 6913856.
HSL color Cylindrical-coordinate representation of color #407F69: hue angle of 159.05º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F69 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 105 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.50 |
| HSL | 159.05º | 0.33% | 0.37% | - |
| HSV(B) | 159.05º | 0.5% | 0.5% | - |
| XYZ | 12.25 | 17.29 | 16.06 | - |
| YUV | 105.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 105 | 0.50 | 0 | 0.17 | 0.50 | 159.05 | 0.33 | 0.37 |
| Hex | 40 | 7F | 69 | 32 | 0 | 11 | 32 | 9F | 21 | 25 |
| Octal | 100 | 177 | 151 | 62 | 0 | 21 | 62 | 237 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1101001 | 110010 | 0 | 10001 | 110010 | 10011111 | 100001 | 100101 |
Color Harmonies of #407F69
Complementary color
Monochromatic Colors of #407F69
Black with #407F69
Text Example
Text Example
White with #407F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F69; }
p { color: rgb(64,127,105); }
H1.HeaderClassName
{
color: #407F69;
}
.AnyTagClassName
{
color: #407F69;
}
</style>
background-color css
<style>
a { background-color: #407F69; }
a { background-color: rgb(64,127,105); }
div.DivClassName
{
background-color: #407F69;
}
.BgClassName
{
background-color: #407F69;
}
</style>
border-color css
<style>
span { border-color: #407F69; }
span { border-color: rgb(64,127,105); }
td.TdClassName
{
border-color: #407F69;
}
.TagClassName
{
border-color: #407F69;
}
</style>