Shades of Viridian #428A67
Tints of Viridian #428A67
RGB
CMYK
RGB Variations
Color information
#428A67 (or 0x428A67) is known color: Viridian. HEX triplet: 42, 8A and 67. RGB value is (66,138,103). Sum of RGB (Red+Green+Blue) = 66+138+103=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #428A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A67 is #BD7598. Grayscale: #707070. Windows color (decimal): -12416409 or 6785602. OLE color: 6785602.
HSL color Cylindrical-coordinate representation of color #428A67: hue angle of 150.83º 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 #428A67 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 103 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.46 |
| HSL | 150.83º | 0.35% | 0.4% | - |
| HSV(B) | 150.83º | 0.52% | 0.54% | - |
| XYZ | 13.78 | 20.31 | 16.03 | - |
| YUV | 112.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 103 | 0.52 | 0 | 0.25 | 0.46 | 150.83 | 0.35 | 0.4 |
| Hex | 42 | 8A | 67 | 34 | 0 | 19 | 2E | 97 | 23 | 28 |
| Octal | 102 | 212 | 147 | 64 | 0 | 31 | 56 | 227 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1100111 | 110100 | 0 | 11001 | 101110 | 10010111 | 100011 | 101000 |
Color Harmonies of #428A67
Complementary color
Monochromatic Colors of #428A67
Black with #428A67
Text Example
Text Example
White with #428A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A67; }
p { color: rgb(66,138,103); }
H1.HeaderClassName
{
color: #428A67;
}
.AnyTagClassName
{
color: #428A67;
}
</style>
background-color css
<style>
a { background-color: #428A67; }
a { background-color: rgb(66,138,103); }
div.DivClassName
{
background-color: #428A67;
}
.BgClassName
{
background-color: #428A67;
}
</style>
border-color css
<style>
span { border-color: #428A67; }
span { border-color: rgb(66,138,103); }
td.TdClassName
{
border-color: #428A67;
}
.TagClassName
{
border-color: #428A67;
}
</style>