Shades of Viridian Green #426953
Tints of Viridian Green #426953
RGB
CMYK
RGB Variations
Color information
#426953 (or 0x426953) is known color: Viridian Green. HEX triplet: 42, 69 and 53. RGB value is (66,105,83). Sum of RGB (Red+Green+Blue) = 66+105+83=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #426953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426953 is #BD96AC. Grayscale: #5A5A5A. Windows color (decimal): -12424877 or 5466434. OLE color: 5466434.
HSL color Cylindrical-coordinate representation of color #426953: hue angle of 146.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426953 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 105 | 83 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.59 |
| HSL | 146.15º | 0.23% | 0.34% | - |
| HSV(B) | 146.15º | 0.37% | 0.41% | - |
| XYZ | 8.86 | 11.89 | 10.01 | - |
| YUV | 90.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 83 | 0.37 | 0 | 0.21 | 0.59 | 146.15 | 0.23 | 0.34 |
| Hex | 42 | 69 | 53 | 25 | 0 | 15 | 3B | 92 | 17 | 22 |
| Octal | 102 | 151 | 123 | 45 | 0 | 25 | 73 | 222 | 27 | 42 |
| Binary | 1000010 | 1101001 | 1010011 | 100101 | 0 | 10101 | 111011 | 10010010 | 10111 | 100010 |
Color Harmonies of #426953
Complementary color
Monochromatic Colors of #426953
Black with #426953
Text Example
Text Example
White with #426953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426953; }
p { color: rgb(66,105,83); }
H1.HeaderClassName
{
color: #426953;
}
.AnyTagClassName
{
color: #426953;
}
</style>
background-color css
<style>
a { background-color: #426953; }
a { background-color: rgb(66,105,83); }
div.DivClassName
{
background-color: #426953;
}
.BgClassName
{
background-color: #426953;
}
</style>
border-color css
<style>
span { border-color: #426953; }
span { border-color: rgb(66,105,83); }
td.TdClassName
{
border-color: #426953;
}
.TagClassName
{
border-color: #426953;
}
</style>