Shades of Viridian #389475
Tints of Viridian #389475
RGB
CMYK
RGB Variations
Color information
#389475 (or 0x389475) is known color: Viridian. HEX triplet: 38, 94 and 75. RGB value is (56,148,117). Sum of RGB (Red+Green+Blue) = 56+148+117=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #389475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389475 is #C76B8A. Grayscale: #747474. Windows color (decimal): -13069195 or 7705656. OLE color: 7705656.
HSL color Cylindrical-coordinate representation of color #389475: hue angle of 159.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389475 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 148 | 117 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.42 |
| HSL | 159.78º | 0.45% | 0.4% | - |
| HSV(B) | 159.78º | 0.62% | 0.58% | - |
| XYZ | 15.43 | 23.3 | 20.51 | - |
| YUV | 116.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 148 | 117 | 0.62 | 0 | 0.21 | 0.42 | 159.78 | 0.45 | 0.4 |
| Hex | 38 | 94 | 75 | 3E | 0 | 15 | 2A | A0 | 2D | 28 |
| Octal | 70 | 224 | 165 | 76 | 0 | 25 | 52 | 240 | 55 | 50 |
| Binary | 111000 | 10010100 | 1110101 | 111110 | 0 | 10101 | 101010 | 10100000 | 101101 | 101000 |
Color Harmonies of #389475
Complementary color
Monochromatic Colors of #389475
Black with #389475
Text Example
Text Example
White with #389475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389475; }
p { color: rgb(56,148,117); }
H1.HeaderClassName
{
color: #389475;
}
.AnyTagClassName
{
color: #389475;
}
</style>
background-color css
<style>
a { background-color: #389475; }
a { background-color: rgb(56,148,117); }
div.DivClassName
{
background-color: #389475;
}
.BgClassName
{
background-color: #389475;
}
</style>
border-color css
<style>
span { border-color: #389475; }
span { border-color: rgb(56,148,117); }
td.TdClassName
{
border-color: #389475;
}
.TagClassName
{
border-color: #389475;
}
</style>