Shades of Viridian #418A6A
Tints of Viridian #418A6A
RGB
CMYK
RGB Variations
Color information
#418A6A (or 0x418A6A) is known color: Viridian. HEX triplet: 41, 8A and 6A. RGB value is (65,138,106). Sum of RGB (Red+Green+Blue) = 65+138+106=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #418A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A6A is #BE7595. Grayscale: #707070. Windows color (decimal): -12481942 or 6982209. OLE color: 6982209.
HSL color Cylindrical-coordinate representation of color #418A6A: hue angle of 153.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A6A is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 106 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.46 |
| HSL | 153.7º | 0.36% | 0.4% | - |
| HSV(B) | 153.7º | 0.53% | 0.54% | - |
| XYZ | 13.87 | 20.34 | 16.83 | - |
| YUV | 112.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 106 | 0.53 | 0 | 0.23 | 0.46 | 153.7 | 0.36 | 0.4 |
| Hex | 41 | 8A | 6A | 35 | 0 | 17 | 2E | 9A | 24 | 28 |
| Octal | 101 | 212 | 152 | 65 | 0 | 27 | 56 | 232 | 44 | 50 |
| Binary | 1000001 | 10001010 | 1101010 | 110101 | 0 | 10111 | 101110 | 10011010 | 100100 | 101000 |
Color Harmonies of #418A6A
Complementary color
Monochromatic Colors of #418A6A
Black with #418A6A
Text Example
Text Example
White with #418A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A6A; }
p { color: rgb(65,138,106); }
H1.HeaderClassName
{
color: #418A6A;
}
.AnyTagClassName
{
color: #418A6A;
}
</style>
background-color css
<style>
a { background-color: #418A6A; }
a { background-color: rgb(65,138,106); }
div.DivClassName
{
background-color: #418A6A;
}
.BgClassName
{
background-color: #418A6A;
}
</style>
border-color css
<style>
span { border-color: #418A6A; }
span { border-color: rgb(65,138,106); }
td.TdClassName
{
border-color: #418A6A;
}
.TagClassName
{
border-color: #418A6A;
}
</style>