Shades of Viridian #3C765F
Tints of Viridian #3C765F
RGB
CMYK
RGB Variations
Color information
#3C765F (or 0x3C765F) is known color: Viridian. HEX triplet: 3C, 76 and 5F. RGB value is (60,118,95). Sum of RGB (Red+Green+Blue) = 60+118+95=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3C765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C765F is #C389A0. Grayscale: #626262. Windows color (decimal): -12814753 or 6256188. OLE color: 6256188.
HSL color Cylindrical-coordinate representation of color #3C765F: hue angle of 156.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C765F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 95 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.54 |
| HSL | 156.21º | 0.33% | 0.35% | - |
| HSV(B) | 156.21º | 0.49% | 0.46% | - |
| XYZ | 10.41 | 14.74 | 13.12 | - |
| YUV | 98.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 95 | 0.49 | 0 | 0.19 | 0.54 | 156.21 | 0.33 | 0.35 |
| Hex | 3C | 76 | 5F | 31 | 0 | 13 | 36 | 9C | 21 | 23 |
| Octal | 74 | 166 | 137 | 61 | 0 | 23 | 66 | 234 | 41 | 43 |
| Binary | 111100 | 1110110 | 1011111 | 110001 | 0 | 10011 | 110110 | 10011100 | 100001 | 100011 |
Color Harmonies of #3C765F
Complementary color
Monochromatic Colors of #3C765F
Black with #3C765F
Text Example
Text Example
White with #3C765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C765F; }
p { color: rgb(60,118,95); }
H1.HeaderClassName
{
color: #3C765F;
}
.AnyTagClassName
{
color: #3C765F;
}
</style>
background-color css
<style>
a { background-color: #3C765F; }
a { background-color: rgb(60,118,95); }
div.DivClassName
{
background-color: #3C765F;
}
.BgClassName
{
background-color: #3C765F;
}
</style>
border-color css
<style>
span { border-color: #3C765F; }
span { border-color: rgb(60,118,95); }
td.TdClassName
{
border-color: #3C765F;
}
.TagClassName
{
border-color: #3C765F;
}
</style>