Shades of Viridian #428A74
Tints of Viridian #428A74
RGB
CMYK
RGB Variations
Color information
#428A74 (or 0x428A74) is known color: Viridian. HEX triplet: 42, 8A and 74. RGB value is (66,138,116). Sum of RGB (Red+Green+Blue) = 66+138+116=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #428A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A74 is #BD758B. Grayscale: #717171. Windows color (decimal): -12416396 or 7637570. OLE color: 7637570.
HSL color Cylindrical-coordinate representation of color #428A74: hue angle of 161.67º 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 #428A74 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 116 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.46 |
| HSL | 161.67º | 0.35% | 0.4% | - |
| HSV(B) | 161.67º | 0.52% | 0.54% | - |
| XYZ | 14.49 | 20.6 | 19.73 | - |
| YUV | 113.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 116 | 0.52 | 0 | 0.16 | 0.46 | 161.67 | 0.35 | 0.4 |
| Hex | 42 | 8A | 74 | 34 | 0 | 10 | 2E | A2 | 23 | 28 |
| Octal | 102 | 212 | 164 | 64 | 0 | 20 | 56 | 242 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1110100 | 110100 | 0 | 10000 | 101110 | 10100010 | 100011 | 101000 |
Color Harmonies of #428A74
Complementary color
Monochromatic Colors of #428A74
Black with #428A74
Text Example
Text Example
White with #428A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A74; }
p { color: rgb(66,138,116); }
H1.HeaderClassName
{
color: #428A74;
}
.AnyTagClassName
{
color: #428A74;
}
</style>
background-color css
<style>
a { background-color: #428A74; }
a { background-color: rgb(66,138,116); }
div.DivClassName
{
background-color: #428A74;
}
.BgClassName
{
background-color: #428A74;
}
</style>
border-color css
<style>
span { border-color: #428A74; }
span { border-color: rgb(66,138,116); }
td.TdClassName
{
border-color: #428A74;
}
.TagClassName
{
border-color: #428A74;
}
</style>