Shades of Viridian #42846B
Tints of Viridian #42846B
RGB
CMYK
RGB Variations
Color information
#42846B (or 0x42846B) is known color: Viridian. HEX triplet: 42, 84 and 6B. RGB value is (66,132,107). Sum of RGB (Red+Green+Blue) = 66+132+107=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #42846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42846B is #BD7B94. Grayscale: #6D6D6D. Windows color (decimal): -12417941 or 7046210. OLE color: 7046210.
HSL color Cylindrical-coordinate representation of color #42846B: hue angle of 157.27º 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 #42846B is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 107 | - |
| CMYK | 0.5 | 0 | 0.19 | 0.48 |
| HSL | 157.27º | 0.33% | 0.39% | - |
| HSV(B) | 157.27º | 0.5% | 0.52% | - |
| XYZ | 13.15 | 18.72 | 16.83 | - |
| YUV | 109.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 107 | 0.5 | 0 | 0.19 | 0.48 | 157.27 | 0.33 | 0.39 |
| Hex | 42 | 84 | 6B | 32 | 0 | 13 | 30 | 9D | 21 | 27 |
| Octal | 102 | 204 | 153 | 62 | 0 | 23 | 60 | 235 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1101011 | 110010 | 0 | 10011 | 110000 | 10011101 | 100001 | 100111 |
Color Harmonies of #42846B
Complementary color
Monochromatic Colors of #42846B
Black with #42846B
Text Example
Text Example
White with #42846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42846B; }
p { color: rgb(66,132,107); }
H1.HeaderClassName
{
color: #42846B;
}
.AnyTagClassName
{
color: #42846B;
}
</style>
background-color css
<style>
a { background-color: #42846B; }
a { background-color: rgb(66,132,107); }
div.DivClassName
{
background-color: #42846B;
}
.BgClassName
{
background-color: #42846B;
}
</style>
border-color css
<style>
span { border-color: #42846B; }
span { border-color: rgb(66,132,107); }
td.TdClassName
{
border-color: #42846B;
}
.TagClassName
{
border-color: #42846B;
}
</style>