Shades of Viridian #39856B
Tints of Viridian #39856B
RGB
CMYK
RGB Variations
Color information
#39856B (or 0x39856B) is known color: Viridian. HEX triplet: 39, 85 and 6B. RGB value is (57,133,107). Sum of RGB (Red+Green+Blue) = 57+133+107=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #39856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39856B is #C67A94. Grayscale: #6B6B6B. Windows color (decimal): -13007509 or 7046457. OLE color: 7046457.
HSL color Cylindrical-coordinate representation of color #39856B: hue angle of 159.47º 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 #39856B is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 107 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.48 |
| HSL | 159.47º | 0.4% | 0.37% | - |
| HSV(B) | 159.47º | 0.57% | 0.52% | - |
| XYZ | 12.73 | 18.71 | 16.85 | - |
| YUV | 107.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 107 | 0.57 | 0 | 0.20 | 0.48 | 159.47 | 0.4 | 0.37 |
| Hex | 39 | 85 | 6B | 39 | 0 | 14 | 30 | 9F | 28 | 25 |
| Octal | 71 | 205 | 153 | 71 | 0 | 24 | 60 | 237 | 50 | 45 |
| Binary | 111001 | 10000101 | 1101011 | 111001 | 0 | 10100 | 110000 | 10011111 | 101000 | 100101 |
Color Harmonies of #39856B
Complementary color
Monochromatic Colors of #39856B
Black with #39856B
Text Example
Text Example
White with #39856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39856B; }
p { color: rgb(57,133,107); }
H1.HeaderClassName
{
color: #39856B;
}
.AnyTagClassName
{
color: #39856B;
}
</style>
background-color css
<style>
a { background-color: #39856B; }
a { background-color: rgb(57,133,107); }
div.DivClassName
{
background-color: #39856B;
}
.BgClassName
{
background-color: #39856B;
}
</style>
border-color css
<style>
span { border-color: #39856B; }
span { border-color: rgb(57,133,107); }
td.TdClassName
{
border-color: #39856B;
}
.TagClassName
{
border-color: #39856B;
}
</style>