Shades of Viridian #39846C
Tints of Viridian #39846C
RGB
CMYK
RGB Variations
Color information
#39846C (or 0x39846C) is known color: Viridian. HEX triplet: 39, 84 and 6C. RGB value is (57,132,108). Sum of RGB (Red+Green+Blue) = 57+132+108=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #39846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39846C is #C67B93. Grayscale: #6A6A6A. Windows color (decimal): -13007764 or 7111737. OLE color: 7111737.
HSL color Cylindrical-coordinate representation of color #39846C: hue angle of 160.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39846C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 108 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.48 |
| HSL | 160.8º | 0.4% | 0.37% | - |
| HSV(B) | 160.8º | 0.57% | 0.52% | - |
| XYZ | 12.65 | 18.46 | 17.08 | - |
| YUV | 106.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 108 | 0.57 | 0 | 0.18 | 0.48 | 160.8 | 0.4 | 0.37 |
| Hex | 39 | 84 | 6C | 39 | 0 | 12 | 30 | A1 | 28 | 25 |
| Octal | 71 | 204 | 154 | 71 | 0 | 22 | 60 | 241 | 50 | 45 |
| Binary | 111001 | 10000100 | 1101100 | 111001 | 0 | 10010 | 110000 | 10100001 | 101000 | 100101 |
Color Harmonies of #39846C
Complementary color
Monochromatic Colors of #39846C
Black with #39846C
Text Example
Text Example
White with #39846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39846C; }
p { color: rgb(57,132,108); }
H1.HeaderClassName
{
color: #39846C;
}
.AnyTagClassName
{
color: #39846C;
}
</style>
background-color css
<style>
a { background-color: #39846C; }
a { background-color: rgb(57,132,108); }
div.DivClassName
{
background-color: #39846C;
}
.BgClassName
{
background-color: #39846C;
}
</style>
border-color css
<style>
span { border-color: #39846C; }
span { border-color: rgb(57,132,108); }
td.TdClassName
{
border-color: #39846C;
}
.TagClassName
{
border-color: #39846C;
}
</style>