Shades of Viridian #3B7E6B
Tints of Viridian #3B7E6B
RGB
CMYK
RGB Variations
Color information
#3B7E6B (or 0x3B7E6B) is known color: Viridian. HEX triplet: 3B, 7E and 6B. RGB value is (59,126,107). Sum of RGB (Red+Green+Blue) = 59+126+107=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E6B is #C48194. Grayscale: #676767. Windows color (decimal): -12878229 or 7044667. OLE color: 7044667.
HSL color Cylindrical-coordinate representation of color #3B7E6B: hue angle of 162.99º 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 #3B7E6B is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 126 | 107 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.51 |
| HSL | 162.99º | 0.36% | 0.36% | - |
| HSV(B) | 162.99º | 0.53% | 0.49% | - |
| XYZ | 11.92 | 16.91 | 16.55 | - |
| YUV | 103.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 107 | 0.53 | 0 | 0.15 | 0.51 | 162.99 | 0.36 | 0.36 |
| Hex | 3B | 7E | 6B | 35 | 0 | F | 33 | A3 | 24 | 24 |
| Octal | 73 | 176 | 153 | 65 | 0 | 17 | 63 | 243 | 44 | 44 |
| Binary | 111011 | 1111110 | 1101011 | 110101 | 0 | 1111 | 110011 | 10100011 | 100100 | 100100 |
Color Harmonies of #3B7E6B
Complementary color
Monochromatic Colors of #3B7E6B
Black with #3B7E6B
Text Example
Text Example
White with #3B7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E6B; }
p { color: rgb(59,126,107); }
H1.HeaderClassName
{
color: #3B7E6B;
}
.AnyTagClassName
{
color: #3B7E6B;
}
</style>
background-color css
<style>
a { background-color: #3B7E6B; }
a { background-color: rgb(59,126,107); }
div.DivClassName
{
background-color: #3B7E6B;
}
.BgClassName
{
background-color: #3B7E6B;
}
</style>
border-color css
<style>
span { border-color: #3B7E6B; }
span { border-color: rgb(59,126,107); }
td.TdClassName
{
border-color: #3B7E6B;
}
.TagClassName
{
border-color: #3B7E6B;
}
</style>