Shades of Viridian #428969
Tints of Viridian #428969
RGB
CMYK
RGB Variations
Color information
#428969 (or 0x428969) is known color: Viridian. HEX triplet: 42, 89 and 69. RGB value is (66,137,105). Sum of RGB (Red+Green+Blue) = 66+137+105=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #428969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428969 is #BD7696. Grayscale: #707070. Windows color (decimal): -12416663 or 6916418. OLE color: 6916418.
HSL color Cylindrical-coordinate representation of color #428969: hue angle of 152.96º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428969 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 105 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.46 |
| HSL | 152.96º | 0.35% | 0.4% | - |
| HSV(B) | 152.96º | 0.52% | 0.54% | - |
| XYZ | 13.74 | 20.07 | 16.51 | - |
| YUV | 112.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 105 | 0.52 | 0 | 0.23 | 0.46 | 152.96 | 0.35 | 0.4 |
| Hex | 42 | 89 | 69 | 34 | 0 | 17 | 2E | 99 | 23 | 28 |
| Octal | 102 | 211 | 151 | 64 | 0 | 27 | 56 | 231 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1101001 | 110100 | 0 | 10111 | 101110 | 10011001 | 100011 | 101000 |
Color Harmonies of #428969
Complementary color
Monochromatic Colors of #428969
Black with #428969
Text Example
Text Example
White with #428969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428969; }
p { color: rgb(66,137,105); }
H1.HeaderClassName
{
color: #428969;
}
.AnyTagClassName
{
color: #428969;
}
</style>
background-color css
<style>
a { background-color: #428969; }
a { background-color: rgb(66,137,105); }
div.DivClassName
{
background-color: #428969;
}
.BgClassName
{
background-color: #428969;
}
</style>
border-color css
<style>
span { border-color: #428969; }
span { border-color: rgb(66,137,105); }
td.TdClassName
{
border-color: #428969;
}
.TagClassName
{
border-color: #428969;
}
</style>