Shades of Viridian Green #416852
Tints of Viridian Green #416852
RGB
CMYK
RGB Variations
Color information
#416852 (or 0x416852) is known color: Viridian Green. HEX triplet: 41, 68 and 52. RGB value is (65,104,82). Sum of RGB (Red+Green+Blue) = 65+104+82=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #416852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416852 is #BE97AD. Grayscale: #595959. Windows color (decimal): -12490670 or 5400641. OLE color: 5400641.
HSL color Cylindrical-coordinate representation of color #416852: hue angle of 146.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416852 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 82 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.59 |
| HSL | 146.15º | 0.23% | 0.33% | - |
| HSV(B) | 146.15º | 0.38% | 0.41% | - |
| XYZ | 8.65 | 11.63 | 9.77 | - |
| YUV | 89.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 82 | 0.38 | 0 | 0.21 | 0.59 | 146.15 | 0.23 | 0.33 |
| Hex | 41 | 68 | 52 | 26 | 0 | 15 | 3B | 92 | 17 | 21 |
| Octal | 101 | 150 | 122 | 46 | 0 | 25 | 73 | 222 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1010010 | 100110 | 0 | 10101 | 111011 | 10010010 | 10111 | 100001 |
Color Harmonies of #416852
Complementary color
Monochromatic Colors of #416852
Black with #416852
Text Example
Text Example
White with #416852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416852; }
p { color: rgb(65,104,82); }
H1.HeaderClassName
{
color: #416852;
}
.AnyTagClassName
{
color: #416852;
}
</style>
background-color css
<style>
a { background-color: #416852; }
a { background-color: rgb(65,104,82); }
div.DivClassName
{
background-color: #416852;
}
.BgClassName
{
background-color: #416852;
}
</style>
border-color css
<style>
span { border-color: #416852; }
span { border-color: rgb(65,104,82); }
td.TdClassName
{
border-color: #416852;
}
.TagClassName
{
border-color: #416852;
}
</style>