Shades of Viridian #427F71
Tints of Viridian #427F71
RGB
CMYK
RGB Variations
Color information
#427F71 (or 0x427F71) is known color: Viridian. HEX triplet: 42, 7F and 71. RGB value is (66,127,113). Sum of RGB (Red+Green+Blue) = 66+127+113=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #427F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F71 is #BD808E. Grayscale: #6B6B6B. Windows color (decimal): -12419215 or 7438146. OLE color: 7438146.
HSL color Cylindrical-coordinate representation of color #427F71: hue angle of 166.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F71 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 113 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.50 |
| HSL | 166.23º | 0.32% | 0.38% | - |
| HSV(B) | 166.23º | 0.48% | 0.5% | - |
| XYZ | 12.82 | 17.53 | 18.33 | - |
| YUV | 107.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 113 | 0.48 | 0 | 0.11 | 0.50 | 166.23 | 0.32 | 0.38 |
| Hex | 42 | 7F | 71 | 30 | 0 | B | 32 | A6 | 20 | 26 |
| Octal | 102 | 177 | 161 | 60 | 0 | 13 | 62 | 246 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1110001 | 110000 | 0 | 1011 | 110010 | 10100110 | 100000 | 100110 |
Color Harmonies of #427F71
Complementary color
Monochromatic Colors of #427F71
Black with #427F71
Text Example
Text Example
White with #427F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F71; }
p { color: rgb(66,127,113); }
H1.HeaderClassName
{
color: #427F71;
}
.AnyTagClassName
{
color: #427F71;
}
</style>
background-color css
<style>
a { background-color: #427F71; }
a { background-color: rgb(66,127,113); }
div.DivClassName
{
background-color: #427F71;
}
.BgClassName
{
background-color: #427F71;
}
</style>
border-color css
<style>
span { border-color: #427F71; }
span { border-color: rgb(66,127,113); }
td.TdClassName
{
border-color: #427F71;
}
.TagClassName
{
border-color: #427F71;
}
</style>