Shades of Viridian #41886B
Tints of Viridian #41886B
RGB
CMYK
RGB Variations
Color information
#41886B (or 0x41886B) is known color: Viridian. HEX triplet: 41, 88 and 6B. RGB value is (65,136,107). Sum of RGB (Red+Green+Blue) = 65+136+107=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #41886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41886B is #BE7794. Grayscale: #6F6F6F. Windows color (decimal): -12482453 or 7047233. OLE color: 7047233.
HSL color Cylindrical-coordinate representation of color #41886B: hue angle of 155.49º 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 #41886B is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 107 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.47 |
| HSL | 155.49º | 0.35% | 0.39% | - |
| HSV(B) | 155.49º | 0.52% | 0.53% | - |
| XYZ | 13.64 | 19.79 | 17.01 | - |
| YUV | 111.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 107 | 0.52 | 0 | 0.21 | 0.47 | 155.49 | 0.35 | 0.39 |
| Hex | 41 | 88 | 6B | 34 | 0 | 15 | 2F | 9B | 23 | 27 |
| Octal | 101 | 210 | 153 | 64 | 0 | 25 | 57 | 233 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1101011 | 110100 | 0 | 10101 | 101111 | 10011011 | 100011 | 100111 |
Color Harmonies of #41886B
Complementary color
Monochromatic Colors of #41886B
Black with #41886B
Text Example
Text Example
White with #41886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41886B; }
p { color: rgb(65,136,107); }
H1.HeaderClassName
{
color: #41886B;
}
.AnyTagClassName
{
color: #41886B;
}
</style>
background-color css
<style>
a { background-color: #41886B; }
a { background-color: rgb(65,136,107); }
div.DivClassName
{
background-color: #41886B;
}
.BgClassName
{
background-color: #41886B;
}
</style>
border-color css
<style>
span { border-color: #41886B; }
span { border-color: rgb(65,136,107); }
td.TdClassName
{
border-color: #41886B;
}
.TagClassName
{
border-color: #41886B;
}
</style>