Shades of Viridian #479374
Tints of Viridian #479374
RGB
CMYK
RGB Variations
Color information
#479374 (or 0x479374) is known color: Viridian. HEX triplet: 47, 93 and 74. RGB value is (71,147,116). Sum of RGB (Red+Green+Blue) = 71+147+116=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #479374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479374 is #B86C8B. Grayscale: #787878. Windows color (decimal): -12086412 or 7639879. OLE color: 7639879.
HSL color Cylindrical-coordinate representation of color #479374: hue angle of 155.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479374 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 116 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.42 |
| HSL | 155.53º | 0.35% | 0.43% | - |
| HSV(B) | 155.53º | 0.52% | 0.58% | - |
| XYZ | 16.18 | 23.47 | 20.2 | - |
| YUV | 120.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 116 | 0.52 | 0 | 0.21 | 0.42 | 155.53 | 0.35 | 0.43 |
| Hex | 47 | 93 | 74 | 34 | 0 | 15 | 2A | 9C | 23 | 2B |
| Octal | 107 | 223 | 164 | 64 | 0 | 25 | 52 | 234 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1110100 | 110100 | 0 | 10101 | 101010 | 10011100 | 100011 | 101011 |
Color Harmonies of #479374
Complementary color
Monochromatic Colors of #479374
Black with #479374
Text Example
Text Example
White with #479374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479374; }
p { color: rgb(71,147,116); }
H1.HeaderClassName
{
color: #479374;
}
.AnyTagClassName
{
color: #479374;
}
</style>
background-color css
<style>
a { background-color: #479374; }
a { background-color: rgb(71,147,116); }
div.DivClassName
{
background-color: #479374;
}
.BgClassName
{
background-color: #479374;
}
</style>
border-color css
<style>
span { border-color: #479374; }
span { border-color: rgb(71,147,116); }
td.TdClassName
{
border-color: #479374;
}
.TagClassName
{
border-color: #479374;
}
</style>