Shades of Viridian #3B7764
Tints of Viridian #3B7764
RGB
CMYK
RGB Variations
Color information
#3B7764 (or 0x3B7764) is known color: Viridian. HEX triplet: 3B, 77 and 64. RGB value is (59,119,100). Sum of RGB (Red+Green+Blue) = 59+119+100=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7764 is #C4889B. Grayscale: #626262. Windows color (decimal): -12880028 or 6584123. OLE color: 6584123.
HSL color Cylindrical-coordinate representation of color #3B7764: hue angle of 161º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7764 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 119 | 100 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.53 |
| HSL | 161º | 0.34% | 0.35% | - |
| HSV(B) | 161º | 0.5% | 0.47% | - |
| XYZ | 10.7 | 15.04 | 14.4 | - |
| YUV | 98.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 100 | 0.50 | 0 | 0.16 | 0.53 | 161 | 0.34 | 0.35 |
| Hex | 3B | 77 | 64 | 32 | 0 | 10 | 35 | A1 | 22 | 23 |
| Octal | 73 | 167 | 144 | 62 | 0 | 20 | 65 | 241 | 42 | 43 |
| Binary | 111011 | 1110111 | 1100100 | 110010 | 0 | 10000 | 110101 | 10100001 | 100010 | 100011 |
Color Harmonies of #3B7764
Complementary color
Monochromatic Colors of #3B7764
Black with #3B7764
Text Example
Text Example
White with #3B7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7764; }
p { color: rgb(59,119,100); }
H1.HeaderClassName
{
color: #3B7764;
}
.AnyTagClassName
{
color: #3B7764;
}
</style>
background-color css
<style>
a { background-color: #3B7764; }
a { background-color: rgb(59,119,100); }
div.DivClassName
{
background-color: #3B7764;
}
.BgClassName
{
background-color: #3B7764;
}
</style>
border-color css
<style>
span { border-color: #3B7764; }
span { border-color: rgb(59,119,100); }
td.TdClassName
{
border-color: #3B7764;
}
.TagClassName
{
border-color: #3B7764;
}
</style>