Shades of Viridian #3B7D67
Tints of Viridian #3B7D67
RGB
CMYK
RGB Variations
Color information
#3B7D67 (or 0x3B7D67) is known color: Viridian. HEX triplet: 3B, 7D and 67. RGB value is (59,125,103). Sum of RGB (Red+Green+Blue) = 59+125+103=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D67 is #C48298. Grayscale: #666666. Windows color (decimal): -12878489 or 6782267. OLE color: 6782267.
HSL color Cylindrical-coordinate representation of color #3B7D67: hue angle of 160º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D67 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 103 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.51 |
| HSL | 160º | 0.36% | 0.36% | - |
| HSV(B) | 160º | 0.53% | 0.49% | - |
| XYZ | 11.59 | 16.58 | 15.42 | - |
| YUV | 102.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 103 | 0.53 | 0 | 0.18 | 0.51 | 160 | 0.36 | 0.36 |
| Hex | 3B | 7D | 67 | 35 | 0 | 12 | 33 | A0 | 24 | 24 |
| Octal | 73 | 175 | 147 | 65 | 0 | 22 | 63 | 240 | 44 | 44 |
| Binary | 111011 | 1111101 | 1100111 | 110101 | 0 | 10010 | 110011 | 10100000 | 100100 | 100100 |
Color Harmonies of #3B7D67
Complementary color
Monochromatic Colors of #3B7D67
Black with #3B7D67
Text Example
Text Example
White with #3B7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D67; }
p { color: rgb(59,125,103); }
H1.HeaderClassName
{
color: #3B7D67;
}
.AnyTagClassName
{
color: #3B7D67;
}
</style>
background-color css
<style>
a { background-color: #3B7D67; }
a { background-color: rgb(59,125,103); }
div.DivClassName
{
background-color: #3B7D67;
}
.BgClassName
{
background-color: #3B7D67;
}
</style>
border-color css
<style>
span { border-color: #3B7D67; }
span { border-color: rgb(59,125,103); }
td.TdClassName
{
border-color: #3B7D67;
}
.TagClassName
{
border-color: #3B7D67;
}
</style>