Shades of Viridian #389375
Tints of Viridian #389375
RGB
CMYK
RGB Variations
Color information
#389375 (or 0x389375) is known color: Viridian. HEX triplet: 38, 93 and 75. RGB value is (56,147,117). Sum of RGB (Red+Green+Blue) = 56+147+117=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #389375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389375 is #C76C8A. Grayscale: #747474. Windows color (decimal): -13069451 or 7705400. OLE color: 7705400.
HSL color Cylindrical-coordinate representation of color #389375: hue angle of 160.22º 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 #389375 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 117 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.42 |
| HSL | 160.22º | 0.45% | 0.4% | - |
| HSV(B) | 160.22º | 0.62% | 0.58% | - |
| XYZ | 15.28 | 22.99 | 20.46 | - |
| YUV | 116.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 117 | 0.62 | 0 | 0.20 | 0.42 | 160.22 | 0.45 | 0.4 |
| Hex | 38 | 93 | 75 | 3E | 0 | 14 | 2A | A0 | 2D | 28 |
| Octal | 70 | 223 | 165 | 76 | 0 | 24 | 52 | 240 | 55 | 50 |
| Binary | 111000 | 10010011 | 1110101 | 111110 | 0 | 10100 | 101010 | 10100000 | 101101 | 101000 |
Color Harmonies of #389375
Complementary color
Monochromatic Colors of #389375
Black with #389375
Text Example
Text Example
White with #389375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389375; }
p { color: rgb(56,147,117); }
H1.HeaderClassName
{
color: #389375;
}
.AnyTagClassName
{
color: #389375;
}
</style>
background-color css
<style>
a { background-color: #389375; }
a { background-color: rgb(56,147,117); }
div.DivClassName
{
background-color: #389375;
}
.BgClassName
{
background-color: #389375;
}
</style>
border-color css
<style>
span { border-color: #389375; }
span { border-color: rgb(56,147,117); }
td.TdClassName
{
border-color: #389375;
}
.TagClassName
{
border-color: #389375;
}
</style>