Shades of Viridian #3E7A6C
Tints of Viridian #3E7A6C
RGB
CMYK
RGB Variations
Color information
#3E7A6C (or 0x3E7A6C) is known color: Viridian. HEX triplet: 3E, 7A and 6C. RGB value is (62,122,108). Sum of RGB (Red+Green+Blue) = 62+122+108=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A6C is #C18593. Grayscale: #666666. Windows color (decimal): -12682644 or 7109182. OLE color: 7109182.
HSL color Cylindrical-coordinate representation of color #3E7A6C: hue angle of 166º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A6C is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 108 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.52 |
| HSL | 166º | 0.33% | 0.36% | - |
| HSV(B) | 166º | 0.49% | 0.48% | - |
| XYZ | 11.65 | 16.03 | 16.67 | - |
| YUV | 102.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 108 | 0.49 | 0 | 0.11 | 0.52 | 166 | 0.33 | 0.36 |
| Hex | 3E | 7A | 6C | 31 | 0 | B | 34 | A6 | 21 | 24 |
| Octal | 76 | 172 | 154 | 61 | 0 | 13 | 64 | 246 | 41 | 44 |
| Binary | 111110 | 1111010 | 1101100 | 110001 | 0 | 1011 | 110100 | 10100110 | 100001 | 100100 |
Color Harmonies of #3E7A6C
Complementary color
Monochromatic Colors of #3E7A6C
Black with #3E7A6C
Text Example
Text Example
White with #3E7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A6C; }
p { color: rgb(62,122,108); }
H1.HeaderClassName
{
color: #3E7A6C;
}
.AnyTagClassName
{
color: #3E7A6C;
}
</style>
background-color css
<style>
a { background-color: #3E7A6C; }
a { background-color: rgb(62,122,108); }
div.DivClassName
{
background-color: #3E7A6C;
}
.BgClassName
{
background-color: #3E7A6C;
}
</style>
border-color css
<style>
span { border-color: #3E7A6C; }
span { border-color: rgb(62,122,108); }
td.TdClassName
{
border-color: #3E7A6C;
}
.TagClassName
{
border-color: #3E7A6C;
}
</style>