Shades of Viridian #479075
Tints of Viridian #479075
RGB
CMYK
RGB Variations
Color information
#479075 (or 0x479075) is known color: Viridian. HEX triplet: 47, 90 and 75. RGB value is (71,144,117). Sum of RGB (Red+Green+Blue) = 71+144+117=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #479075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479075 is #B86F8A. Grayscale: #777777. Windows color (decimal): -12087179 or 7704647. OLE color: 7704647.
HSL color Cylindrical-coordinate representation of color #479075: hue angle of 157.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479075 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 117 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.44 |
| HSL | 157.81º | 0.34% | 0.42% | - |
| HSV(B) | 157.81º | 0.51% | 0.56% | - |
| XYZ | 15.78 | 22.57 | 20.35 | - |
| YUV | 119.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 117 | 0.51 | 0 | 0.19 | 0.44 | 157.81 | 0.34 | 0.42 |
| Hex | 47 | 90 | 75 | 33 | 0 | 13 | 2C | 9E | 22 | 2A |
| Octal | 107 | 220 | 165 | 63 | 0 | 23 | 54 | 236 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1110101 | 110011 | 0 | 10011 | 101100 | 10011110 | 100010 | 101010 |
Color Harmonies of #479075
Complementary color
Monochromatic Colors of #479075
Black with #479075
Text Example
Text Example
White with #479075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479075; }
p { color: rgb(71,144,117); }
H1.HeaderClassName
{
color: #479075;
}
.AnyTagClassName
{
color: #479075;
}
</style>
background-color css
<style>
a { background-color: #479075; }
a { background-color: rgb(71,144,117); }
div.DivClassName
{
background-color: #479075;
}
.BgClassName
{
background-color: #479075;
}
</style>
border-color css
<style>
span { border-color: #479075; }
span { border-color: rgb(71,144,117); }
td.TdClassName
{
border-color: #479075;
}
.TagClassName
{
border-color: #479075;
}
</style>