Shades of Viridian #419474
Tints of Viridian #419474
RGB
CMYK
RGB Variations
Color information
#419474 (or 0x419474) is known color: Viridian. HEX triplet: 41, 94 and 74. RGB value is (65,148,116). Sum of RGB (Red+Green+Blue) = 65+148+116=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #419474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419474 is #BE6B8B. Grayscale: #777777. Windows color (decimal): -12479372 or 7640129. OLE color: 7640129.
HSL color Cylindrical-coordinate representation of color #419474: hue angle of 156.87º 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 #419474 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 116 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.42 |
| HSL | 156.87º | 0.39% | 0.42% | - |
| HSV(B) | 156.87º | 0.56% | 0.58% | - |
| XYZ | 15.92 | 23.56 | 20.23 | - |
| YUV | 119.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 116 | 0.56 | 0 | 0.22 | 0.42 | 156.87 | 0.39 | 0.42 |
| Hex | 41 | 94 | 74 | 38 | 0 | 16 | 2A | 9D | 27 | 2A |
| Octal | 101 | 224 | 164 | 70 | 0 | 26 | 52 | 235 | 47 | 52 |
| Binary | 1000001 | 10010100 | 1110100 | 111000 | 0 | 10110 | 101010 | 10011101 | 100111 | 101010 |
Color Harmonies of #419474
Complementary color
Monochromatic Colors of #419474
Black with #419474
Text Example
Text Example
White with #419474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419474; }
p { color: rgb(65,148,116); }
H1.HeaderClassName
{
color: #419474;
}
.AnyTagClassName
{
color: #419474;
}
</style>
background-color css
<style>
a { background-color: #419474; }
a { background-color: rgb(65,148,116); }
div.DivClassName
{
background-color: #419474;
}
.BgClassName
{
background-color: #419474;
}
</style>
border-color css
<style>
span { border-color: #419474; }
span { border-color: rgb(65,148,116); }
td.TdClassName
{
border-color: #419474;
}
.TagClassName
{
border-color: #419474;
}
</style>