Shades of Viridian #479375
Tints of Viridian #479375
RGB
CMYK
RGB Variations
Color information
#479375 (or 0x479375) is known color: Viridian. HEX triplet: 47, 93 and 75. RGB value is (71,147,117). Sum of RGB (Red+Green+Blue) = 71+147+117=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #479375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479375 is #B86C8A. Grayscale: #787878. Windows color (decimal): -12086411 or 7705415. OLE color: 7705415.
HSL color Cylindrical-coordinate representation of color #479375: hue angle of 156.32º 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 #479375 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 117 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.42 |
| HSL | 156.32º | 0.35% | 0.43% | - |
| HSV(B) | 156.32º | 0.52% | 0.58% | - |
| XYZ | 16.24 | 23.49 | 20.51 | - |
| YUV | 120.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 117 | 0.52 | 0 | 0.20 | 0.42 | 156.32 | 0.35 | 0.43 |
| Hex | 47 | 93 | 75 | 34 | 0 | 14 | 2A | 9C | 23 | 2B |
| Octal | 107 | 223 | 165 | 64 | 0 | 24 | 52 | 234 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1110101 | 110100 | 0 | 10100 | 101010 | 10011100 | 100011 | 101011 |
Color Harmonies of #479375
Complementary color
Monochromatic Colors of #479375
Black with #479375
Text Example
Text Example
White with #479375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479375; }
p { color: rgb(71,147,117); }
H1.HeaderClassName
{
color: #479375;
}
.AnyTagClassName
{
color: #479375;
}
</style>
background-color css
<style>
a { background-color: #479375; }
a { background-color: rgb(71,147,117); }
div.DivClassName
{
background-color: #479375;
}
.BgClassName
{
background-color: #479375;
}
</style>
border-color css
<style>
span { border-color: #479375; }
span { border-color: rgb(71,147,117); }
td.TdClassName
{
border-color: #479375;
}
.TagClassName
{
border-color: #479375;
}
</style>