Shades of Viridian #419376
Tints of Viridian #419376
RGB
CMYK
RGB Variations
Color information
#419376 (or 0x419376) is known color: Viridian. HEX triplet: 41, 93 and 76. RGB value is (65,147,118). Sum of RGB (Red+Green+Blue) = 65+147+118=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #419376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419376 is #BE6C89. Grayscale: #777777. Windows color (decimal): -12479626 or 7770945. OLE color: 7770945.
HSL color Cylindrical-coordinate representation of color #419376: hue angle of 158.78º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419376 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 118 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.42 |
| HSL | 158.78º | 0.39% | 0.42% | - |
| HSV(B) | 158.78º | 0.56% | 0.58% | - |
| XYZ | 15.88 | 23.3 | 20.8 | - |
| YUV | 119.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 118 | 0.56 | 0 | 0.20 | 0.42 | 158.78 | 0.39 | 0.42 |
| Hex | 41 | 93 | 76 | 38 | 0 | 14 | 2A | 9F | 27 | 2A |
| Octal | 101 | 223 | 166 | 70 | 0 | 24 | 52 | 237 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1110110 | 111000 | 0 | 10100 | 101010 | 10011111 | 100111 | 101010 |
Color Harmonies of #419376
Complementary color
Monochromatic Colors of #419376
Black with #419376
Text Example
Text Example
White with #419376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419376; }
p { color: rgb(65,147,118); }
H1.HeaderClassName
{
color: #419376;
}
.AnyTagClassName
{
color: #419376;
}
</style>
background-color css
<style>
a { background-color: #419376; }
a { background-color: rgb(65,147,118); }
div.DivClassName
{
background-color: #419376;
}
.BgClassName
{
background-color: #419376;
}
</style>
border-color css
<style>
span { border-color: #419376; }
span { border-color: rgb(65,147,118); }
td.TdClassName
{
border-color: #419376;
}
.TagClassName
{
border-color: #419376;
}
</style>