Shades of Viridian Green #476B5A
Tints of Viridian Green #476B5A
RGB
CMYK
RGB Variations
Color information
#476B5A (or 0x476B5A) is known color: Viridian Green. HEX triplet: 47, 6B and 5A. RGB value is (71,107,90). Sum of RGB (Red+Green+Blue) = 71+107+90=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #476B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B5A is #B894A5. Grayscale: #5E5E5E. Windows color (decimal): -12096678 or 5925703. OLE color: 5925703.
HSL color Cylindrical-coordinate representation of color #476B5A: hue angle of 151.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B5A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 90 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.58 |
| HSL | 151.67º | 0.2% | 0.35% | - |
| HSV(B) | 151.67º | 0.34% | 0.42% | - |
| XYZ | 9.7 | 12.59 | 11.59 | - |
| YUV | 94.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 90 | 0.34 | 0 | 0.16 | 0.58 | 151.67 | 0.2 | 0.35 |
| Hex | 47 | 6B | 5A | 22 | 0 | 10 | 3A | 98 | 14 | 23 |
| Octal | 107 | 153 | 132 | 42 | 0 | 20 | 72 | 230 | 24 | 43 |
| Binary | 1000111 | 1101011 | 1011010 | 100010 | 0 | 10000 | 111010 | 10011000 | 10100 | 100011 |
Color Harmonies of #476B5A
Complementary color
Monochromatic Colors of #476B5A
Black with #476B5A
Text Example
Text Example
White with #476B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B5A; }
p { color: rgb(71,107,90); }
H1.HeaderClassName
{
color: #476B5A;
}
.AnyTagClassName
{
color: #476B5A;
}
</style>
background-color css
<style>
a { background-color: #476B5A; }
a { background-color: rgb(71,107,90); }
div.DivClassName
{
background-color: #476B5A;
}
.BgClassName
{
background-color: #476B5A;
}
</style>
border-color css
<style>
span { border-color: #476B5A; }
span { border-color: rgb(71,107,90); }
td.TdClassName
{
border-color: #476B5A;
}
.TagClassName
{
border-color: #476B5A;
}
</style>