Shades of Viridian #41846A
Tints of Viridian #41846A
RGB
CMYK
RGB Variations
Color information
#41846A (or 0x41846A) is known color: Viridian. HEX triplet: 41, 84 and 6A. RGB value is (65,132,106). Sum of RGB (Red+Green+Blue) = 65+132+106=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #41846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41846A is #BE7B95. Grayscale: #6D6D6D. Windows color (decimal): -12483478 or 6980673. OLE color: 6980673.
HSL color Cylindrical-coordinate representation of color #41846A: hue angle of 156.72º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41846A is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 106 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.48 |
| HSL | 156.72º | 0.34% | 0.39% | - |
| HSV(B) | 156.72º | 0.51% | 0.52% | - |
| XYZ | 13.03 | 18.67 | 16.55 | - |
| YUV | 109 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 106 | 0.51 | 0 | 0.20 | 0.48 | 156.72 | 0.34 | 0.39 |
| Hex | 41 | 84 | 6A | 33 | 0 | 14 | 30 | 9D | 22 | 27 |
| Octal | 101 | 204 | 152 | 63 | 0 | 24 | 60 | 235 | 42 | 47 |
| Binary | 1000001 | 10000100 | 1101010 | 110011 | 0 | 10100 | 110000 | 10011101 | 100010 | 100111 |
Color Harmonies of #41846A
Complementary color
Monochromatic Colors of #41846A
Black with #41846A
Text Example
Text Example
White with #41846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41846A; }
p { color: rgb(65,132,106); }
H1.HeaderClassName
{
color: #41846A;
}
.AnyTagClassName
{
color: #41846A;
}
</style>
background-color css
<style>
a { background-color: #41846A; }
a { background-color: rgb(65,132,106); }
div.DivClassName
{
background-color: #41846A;
}
.BgClassName
{
background-color: #41846A;
}
</style>
border-color css
<style>
span { border-color: #41846A; }
span { border-color: rgb(65,132,106); }
td.TdClassName
{
border-color: #41846A;
}
.TagClassName
{
border-color: #41846A;
}
</style>