Shades of Viridian #418F6A
Tints of Viridian #418F6A
RGB
CMYK
RGB Variations
Color information
#418F6A (or 0x418F6A) is known color: Viridian. HEX triplet: 41, 8F and 6A. RGB value is (65,143,106). Sum of RGB (Red+Green+Blue) = 65+143+106=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #418F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F6A is #BE7095. Grayscale: #737373. Windows color (decimal): -12480662 or 6983489. OLE color: 6983489.
HSL color Cylindrical-coordinate representation of color #418F6A: hue angle of 151.54º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F6A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 106 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.44 |
| HSL | 151.54º | 0.38% | 0.41% | - |
| HSV(B) | 151.54º | 0.55% | 0.56% | - |
| XYZ | 14.6 | 21.81 | 17.08 | - |
| YUV | 115.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 106 | 0.55 | 0 | 0.26 | 0.44 | 151.54 | 0.38 | 0.41 |
| Hex | 41 | 8F | 6A | 37 | 0 | 1A | 2C | 98 | 26 | 29 |
| Octal | 101 | 217 | 152 | 67 | 0 | 32 | 54 | 230 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1101010 | 110111 | 0 | 11010 | 101100 | 10011000 | 100110 | 101001 |
Color Harmonies of #418F6A
Complementary color
Monochromatic Colors of #418F6A
Black with #418F6A
Text Example
Text Example
White with #418F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F6A; }
p { color: rgb(65,143,106); }
H1.HeaderClassName
{
color: #418F6A;
}
.AnyTagClassName
{
color: #418F6A;
}
</style>
background-color css
<style>
a { background-color: #418F6A; }
a { background-color: rgb(65,143,106); }
div.DivClassName
{
background-color: #418F6A;
}
.BgClassName
{
background-color: #418F6A;
}
</style>
border-color css
<style>
span { border-color: #418F6A; }
span { border-color: rgb(65,143,106); }
td.TdClassName
{
border-color: #418F6A;
}
.TagClassName
{
border-color: #418F6A;
}
</style>