Shades of Viridian #418A67
Tints of Viridian #418A67
RGB
CMYK
RGB Variations
Color information
#418A67 (or 0x418A67) is known color: Viridian. HEX triplet: 41, 8A and 67. RGB value is (65,138,103). Sum of RGB (Red+Green+Blue) = 65+138+103=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #418A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A67 is #BE7598. Grayscale: #707070. Windows color (decimal): -12481945 or 6785601. OLE color: 6785601.
HSL color Cylindrical-coordinate representation of color #418A67: hue angle of 151.23º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A67 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 103 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.46 |
| HSL | 151.23º | 0.36% | 0.4% | - |
| HSV(B) | 151.23º | 0.53% | 0.54% | - |
| XYZ | 13.72 | 20.28 | 16.02 | - |
| YUV | 112.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 103 | 0.53 | 0 | 0.25 | 0.46 | 151.23 | 0.36 | 0.4 |
| Hex | 41 | 8A | 67 | 35 | 0 | 19 | 2E | 97 | 24 | 28 |
| Octal | 101 | 212 | 147 | 65 | 0 | 31 | 56 | 227 | 44 | 50 |
| Binary | 1000001 | 10001010 | 1100111 | 110101 | 0 | 11001 | 101110 | 10010111 | 100100 | 101000 |
Color Harmonies of #418A67
Complementary color
Monochromatic Colors of #418A67
Black with #418A67
Text Example
Text Example
White with #418A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A67; }
p { color: rgb(65,138,103); }
H1.HeaderClassName
{
color: #418A67;
}
.AnyTagClassName
{
color: #418A67;
}
</style>
background-color css
<style>
a { background-color: #418A67; }
a { background-color: rgb(65,138,103); }
div.DivClassName
{
background-color: #418A67;
}
.BgClassName
{
background-color: #418A67;
}
</style>
border-color css
<style>
span { border-color: #418A67; }
span { border-color: rgb(65,138,103); }
td.TdClassName
{
border-color: #418A67;
}
.TagClassName
{
border-color: #418A67;
}
</style>