Shades of Viridian #389174
Tints of Viridian #389174
RGB
CMYK
RGB Variations
Color information
#389174 (or 0x389174) is known color: Viridian. HEX triplet: 38, 91 and 74. RGB value is (56,145,116). Sum of RGB (Red+Green+Blue) = 56+145+116=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #389174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389174 is #C76E8B. Grayscale: #737373. Windows color (decimal): -13069964 or 7639352. OLE color: 7639352.
HSL color Cylindrical-coordinate representation of color #389174: hue angle of 160.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389174 is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 116 | - |
| CMYK | 0.61 | 0 | 0.2 | 0.43 |
| HSL | 160.45º | 0.44% | 0.39% | - |
| HSV(B) | 160.45º | 0.61% | 0.57% | - |
| XYZ | 14.91 | 22.35 | 20.05 | - |
| YUV | 115.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 116 | 0.61 | 0 | 0.2 | 0.43 | 160.45 | 0.44 | 0.39 |
| Hex | 38 | 91 | 74 | 3D | 0 | 14 | 2B | A0 | 2C | 27 |
| Octal | 70 | 221 | 164 | 75 | 0 | 24 | 53 | 240 | 54 | 47 |
| Binary | 111000 | 10010001 | 1110100 | 111101 | 0 | 10100 | 101011 | 10100000 | 101100 | 100111 |
Color Harmonies of #389174
Complementary color
Monochromatic Colors of #389174
Black with #389174
Text Example
Text Example
White with #389174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389174; }
p { color: rgb(56,145,116); }
H1.HeaderClassName
{
color: #389174;
}
.AnyTagClassName
{
color: #389174;
}
</style>
background-color css
<style>
a { background-color: #389174; }
a { background-color: rgb(56,145,116); }
div.DivClassName
{
background-color: #389174;
}
.BgClassName
{
background-color: #389174;
}
</style>
border-color css
<style>
span { border-color: #389174; }
span { border-color: rgb(56,145,116); }
td.TdClassName
{
border-color: #389174;
}
.TagClassName
{
border-color: #389174;
}
</style>