Shades of Viridian #42846A
Tints of Viridian #42846A
RGB
CMYK
RGB Variations
Color information
#42846A (or 0x42846A) is known color: Viridian. HEX triplet: 42, 84 and 6A. RGB value is (66,132,106). Sum of RGB (Red+Green+Blue) = 66+132+106=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #42846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42846A is #BD7B95. Grayscale: #6D6D6D. Windows color (decimal): -12417942 or 6980674. OLE color: 6980674.
HSL color Cylindrical-coordinate representation of color #42846A: hue angle of 156.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42846A is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 106 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.48 |
| HSL | 156.36º | 0.33% | 0.39% | - |
| HSV(B) | 156.36º | 0.5% | 0.52% | - |
| XYZ | 13.1 | 18.7 | 16.55 | - |
| YUV | 109.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 106 | 0.5 | 0 | 0.20 | 0.48 | 156.36 | 0.33 | 0.39 |
| Hex | 42 | 84 | 6A | 32 | 0 | 14 | 30 | 9C | 21 | 27 |
| Octal | 102 | 204 | 152 | 62 | 0 | 24 | 60 | 234 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1101010 | 110010 | 0 | 10100 | 110000 | 10011100 | 100001 | 100111 |
Color Harmonies of #42846A
Complementary color
Monochromatic Colors of #42846A
Black with #42846A
Text Example
Text Example
White with #42846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42846A; }
p { color: rgb(66,132,106); }
H1.HeaderClassName
{
color: #42846A;
}
.AnyTagClassName
{
color: #42846A;
}
</style>
background-color css
<style>
a { background-color: #42846A; }
a { background-color: rgb(66,132,106); }
div.DivClassName
{
background-color: #42846A;
}
.BgClassName
{
background-color: #42846A;
}
</style>
border-color css
<style>
span { border-color: #42846A; }
span { border-color: rgb(66,132,106); }
td.TdClassName
{
border-color: #42846A;
}
.TagClassName
{
border-color: #42846A;
}
</style>