Shades of Viridian #427F67
Tints of Viridian #427F67
RGB
CMYK
RGB Variations
Color information
#427F67 (or 0x427F67) is known color: Viridian. HEX triplet: 42, 7F and 67. RGB value is (66,127,103). Sum of RGB (Red+Green+Blue) = 66+127+103=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #427F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F67 is #BD8098. Grayscale: #6A6A6A. Windows color (decimal): -12419225 or 6782786. OLE color: 6782786.
HSL color Cylindrical-coordinate representation of color #427F67: hue angle of 156.39º 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 #427F67 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 103 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.50 |
| HSL | 156.39º | 0.32% | 0.38% | - |
| HSV(B) | 156.39º | 0.48% | 0.5% | - |
| XYZ | 12.28 | 17.32 | 15.53 | - |
| YUV | 106.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 103 | 0.48 | 0 | 0.19 | 0.50 | 156.39 | 0.32 | 0.38 |
| Hex | 42 | 7F | 67 | 30 | 0 | 13 | 32 | 9C | 20 | 26 |
| Octal | 102 | 177 | 147 | 60 | 0 | 23 | 62 | 234 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1100111 | 110000 | 0 | 10011 | 110010 | 10011100 | 100000 | 100110 |
Color Harmonies of #427F67
Complementary color
Monochromatic Colors of #427F67
Black with #427F67
Text Example
Text Example
White with #427F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F67; }
p { color: rgb(66,127,103); }
H1.HeaderClassName
{
color: #427F67;
}
.AnyTagClassName
{
color: #427F67;
}
</style>
background-color css
<style>
a { background-color: #427F67; }
a { background-color: rgb(66,127,103); }
div.DivClassName
{
background-color: #427F67;
}
.BgClassName
{
background-color: #427F67;
}
</style>
border-color css
<style>
span { border-color: #427F67; }
span { border-color: rgb(66,127,103); }
td.TdClassName
{
border-color: #427F67;
}
.TagClassName
{
border-color: #427F67;
}
</style>