Shades of Viridian #418764
Tints of Viridian #418764
RGB
CMYK
RGB Variations
Color information
#418764 (or 0x418764) is known color: Viridian. HEX triplet: 41, 87 and 64. RGB value is (65,135,100). Sum of RGB (Red+Green+Blue) = 65+135+100=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #418764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418764 is #BE789B. Grayscale: #6E6E6E. Windows color (decimal): -12482716 or 6588225. OLE color: 6588225.
HSL color Cylindrical-coordinate representation of color #418764: hue angle of 150º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418764 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 100 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.47 |
| HSL | 150º | 0.35% | 0.39% | - |
| HSV(B) | 150º | 0.52% | 0.53% | - |
| XYZ | 13.14 | 19.37 | 15.1 | - |
| YUV | 110.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 100 | 0.52 | 0 | 0.26 | 0.47 | 150 | 0.35 | 0.39 |
| Hex | 41 | 87 | 64 | 34 | 0 | 1A | 2F | 96 | 23 | 27 |
| Octal | 101 | 207 | 144 | 64 | 0 | 32 | 57 | 226 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1100100 | 110100 | 0 | 11010 | 101111 | 10010110 | 100011 | 100111 |
Color Harmonies of #418764
Complementary color
Monochromatic Colors of #418764
Black with #418764
Text Example
Text Example
White with #418764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418764; }
p { color: rgb(65,135,100); }
H1.HeaderClassName
{
color: #418764;
}
.AnyTagClassName
{
color: #418764;
}
</style>
background-color css
<style>
a { background-color: #418764; }
a { background-color: rgb(65,135,100); }
div.DivClassName
{
background-color: #418764;
}
.BgClassName
{
background-color: #418764;
}
</style>
border-color css
<style>
span { border-color: #418764; }
span { border-color: rgb(65,135,100); }
td.TdClassName
{
border-color: #418764;
}
.TagClassName
{
border-color: #418764;
}
</style>