Shades of Viridian #3B755F
Tints of Viridian #3B755F
RGB
CMYK
RGB Variations
Color information
#3B755F (or 0x3B755F) is known color: Viridian. HEX triplet: 3B, 75 and 5F. RGB value is (59,117,95). Sum of RGB (Red+Green+Blue) = 59+117+95=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755F is #C48AA0. Grayscale: #616161. Windows color (decimal): -12880545 or 6255931. OLE color: 6255931.
HSL color Cylindrical-coordinate representation of color #3B755F: hue angle of 157.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B755F is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 95 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.54 |
| HSL | 157.24º | 0.33% | 0.35% | - |
| HSV(B) | 157.24º | 0.5% | 0.46% | - |
| XYZ | 10.23 | 14.48 | 13.08 | - |
| YUV | 97.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 95 | 0.50 | 0 | 0.19 | 0.54 | 157.24 | 0.33 | 0.35 |
| Hex | 3B | 75 | 5F | 32 | 0 | 13 | 36 | 9D | 21 | 23 |
| Octal | 73 | 165 | 137 | 62 | 0 | 23 | 66 | 235 | 41 | 43 |
| Binary | 111011 | 1110101 | 1011111 | 110010 | 0 | 10011 | 110110 | 10011101 | 100001 | 100011 |
Color Harmonies of #3B755F
Complementary color
Monochromatic Colors of #3B755F
Black with #3B755F
Text Example
Text Example
White with #3B755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B755F; }
p { color: rgb(59,117,95); }
H1.HeaderClassName
{
color: #3B755F;
}
.AnyTagClassName
{
color: #3B755F;
}
</style>
background-color css
<style>
a { background-color: #3B755F; }
a { background-color: rgb(59,117,95); }
div.DivClassName
{
background-color: #3B755F;
}
.BgClassName
{
background-color: #3B755F;
}
</style>
border-color css
<style>
span { border-color: #3B755F; }
span { border-color: rgb(59,117,95); }
td.TdClassName
{
border-color: #3B755F;
}
.TagClassName
{
border-color: #3B755F;
}
</style>