Shades of Viridian #39896C
Tints of Viridian #39896C
RGB
CMYK
RGB Variations
Color information
#39896C (or 0x39896C) is known color: Viridian. HEX triplet: 39, 89 and 6C. RGB value is (57,137,108). Sum of RGB (Red+Green+Blue) = 57+137+108=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #39896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39896C is #C67693. Grayscale: #6D6D6D. Windows color (decimal): -13006484 or 7113017. OLE color: 7113017.
HSL color Cylindrical-coordinate representation of color #39896C: hue angle of 158.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39896C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 108 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.46 |
| HSL | 158.25º | 0.41% | 0.38% | - |
| HSV(B) | 158.25º | 0.58% | 0.54% | - |
| XYZ | 13.34 | 19.84 | 17.31 | - |
| YUV | 109.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 108 | 0.58 | 0 | 0.21 | 0.46 | 158.25 | 0.41 | 0.38 |
| Hex | 39 | 89 | 6C | 3A | 0 | 15 | 2E | 9E | 29 | 26 |
| Octal | 71 | 211 | 154 | 72 | 0 | 25 | 56 | 236 | 51 | 46 |
| Binary | 111001 | 10001001 | 1101100 | 111010 | 0 | 10101 | 101110 | 10011110 | 101001 | 100110 |
Color Harmonies of #39896C
Complementary color
Monochromatic Colors of #39896C
Black with #39896C
Text Example
Text Example
White with #39896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39896C; }
p { color: rgb(57,137,108); }
H1.HeaderClassName
{
color: #39896C;
}
.AnyTagClassName
{
color: #39896C;
}
</style>
background-color css
<style>
a { background-color: #39896C; }
a { background-color: rgb(57,137,108); }
div.DivClassName
{
background-color: #39896C;
}
.BgClassName
{
background-color: #39896C;
}
</style>
border-color css
<style>
span { border-color: #39896C; }
span { border-color: rgb(57,137,108); }
td.TdClassName
{
border-color: #39896C;
}
.TagClassName
{
border-color: #39896C;
}
</style>