Shades of Viridian #427B6A
Tints of Viridian #427B6A
RGB
CMYK
RGB Variations
Color information
#427B6A (or 0x427B6A) is known color: Viridian. HEX triplet: 42, 7B and 6A. RGB value is (66,123,106). Sum of RGB (Red+Green+Blue) = 66+123+106=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #427B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B6A is #BD8495. Grayscale: #686868. Windows color (decimal): -12420246 or 6978370. OLE color: 6978370.
HSL color Cylindrical-coordinate representation of color #427B6A: hue angle of 162.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B6A is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 106 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.52 |
| HSL | 162.11º | 0.3% | 0.37% | - |
| HSV(B) | 162.11º | 0.46% | 0.48% | - |
| XYZ | 11.93 | 16.36 | 16.17 | - |
| YUV | 104.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 106 | 0.46 | 0 | 0.14 | 0.52 | 162.11 | 0.3 | 0.37 |
| Hex | 42 | 7B | 6A | 2E | 0 | E | 34 | A2 | 1E | 25 |
| Octal | 102 | 173 | 152 | 56 | 0 | 16 | 64 | 242 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1101010 | 101110 | 0 | 1110 | 110100 | 10100010 | 11110 | 100101 |
Color Harmonies of #427B6A
Complementary color
Monochromatic Colors of #427B6A
Black with #427B6A
Text Example
Text Example
White with #427B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B6A; }
p { color: rgb(66,123,106); }
H1.HeaderClassName
{
color: #427B6A;
}
.AnyTagClassName
{
color: #427B6A;
}
</style>
background-color css
<style>
a { background-color: #427B6A; }
a { background-color: rgb(66,123,106); }
div.DivClassName
{
background-color: #427B6A;
}
.BgClassName
{
background-color: #427B6A;
}
</style>
border-color css
<style>
span { border-color: #427B6A; }
span { border-color: rgb(66,123,106); }
td.TdClassName
{
border-color: #427B6A;
}
.TagClassName
{
border-color: #427B6A;
}
</style>