Shades of Viridian #477B6B
Tints of Viridian #477B6B
RGB
CMYK
RGB Variations
Color information
#477B6B (or 0x477B6B) is known color: Viridian. HEX triplet: 47, 7B and 6B. RGB value is (71,123,107). Sum of RGB (Red+Green+Blue) = 71+123+107=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #477B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B6B is #B88494. Grayscale: #696969. Windows color (decimal): -12092565 or 7043911. OLE color: 7043911.
HSL color Cylindrical-coordinate representation of color #477B6B: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B6B is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 107 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.52 |
| HSL | 161.54º | 0.27% | 0.38% | - |
| HSV(B) | 161.54º | 0.42% | 0.48% | - |
| XYZ | 12.34 | 16.57 | 16.46 | - |
| YUV | 105.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 107 | 0.42 | 0 | 0.13 | 0.52 | 161.54 | 0.27 | 0.38 |
| Hex | 47 | 7B | 6B | 2A | 0 | D | 34 | A2 | 1B | 26 |
| Octal | 107 | 173 | 153 | 52 | 0 | 15 | 64 | 242 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1101011 | 101010 | 0 | 1101 | 110100 | 10100010 | 11011 | 100110 |
Color Harmonies of #477B6B
Complementary color
Monochromatic Colors of #477B6B
Black with #477B6B
Text Example
Text Example
White with #477B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B6B; }
p { color: rgb(71,123,107); }
H1.HeaderClassName
{
color: #477B6B;
}
.AnyTagClassName
{
color: #477B6B;
}
</style>
background-color css
<style>
a { background-color: #477B6B; }
a { background-color: rgb(71,123,107); }
div.DivClassName
{
background-color: #477B6B;
}
.BgClassName
{
background-color: #477B6B;
}
</style>
border-color css
<style>
span { border-color: #477B6B; }
span { border-color: rgb(71,123,107); }
td.TdClassName
{
border-color: #477B6B;
}
.TagClassName
{
border-color: #477B6B;
}
</style>