Shades of Viridian #418B68
Tints of Viridian #418B68
RGB
CMYK
RGB Variations
Color information
#418B68 (or 0x418B68) is known color: Viridian. HEX triplet: 41, 8B and 68. RGB value is (65,139,104). Sum of RGB (Red+Green+Blue) = 65+139+104=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #418B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B68 is #BE7497. Grayscale: #707070. Windows color (decimal): -12481688 or 6851393. OLE color: 6851393.
HSL color Cylindrical-coordinate representation of color #418B68: hue angle of 151.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B68 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 104 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.45 |
| HSL | 151.62º | 0.36% | 0.4% | - |
| HSV(B) | 151.62º | 0.53% | 0.55% | - |
| XYZ | 13.91 | 20.59 | 16.34 | - |
| YUV | 112.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 104 | 0.53 | 0 | 0.25 | 0.45 | 151.62 | 0.36 | 0.4 |
| Hex | 41 | 8B | 68 | 35 | 0 | 19 | 2D | 98 | 24 | 28 |
| Octal | 101 | 213 | 150 | 65 | 0 | 31 | 55 | 230 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1101000 | 110101 | 0 | 11001 | 101101 | 10011000 | 100100 | 101000 |
Color Harmonies of #418B68
Complementary color
Monochromatic Colors of #418B68
Black with #418B68
Text Example
Text Example
White with #418B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B68; }
p { color: rgb(65,139,104); }
H1.HeaderClassName
{
color: #418B68;
}
.AnyTagClassName
{
color: #418B68;
}
</style>
background-color css
<style>
a { background-color: #418B68; }
a { background-color: rgb(65,139,104); }
div.DivClassName
{
background-color: #418B68;
}
.BgClassName
{
background-color: #418B68;
}
</style>
border-color css
<style>
span { border-color: #418B68; }
span { border-color: rgb(65,139,104); }
td.TdClassName
{
border-color: #418B68;
}
.TagClassName
{
border-color: #418B68;
}
</style>