Shades of Viridian #3F7765
Tints of Viridian #3F7765
RGB
CMYK
RGB Variations
Color information
#3F7765 (or 0x3F7765) is known color: Viridian. HEX triplet: 3F, 77 and 65. RGB value is (63,119,101). Sum of RGB (Red+Green+Blue) = 63+119+101=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7765 is #C0889A. Grayscale: #646464. Windows color (decimal): -12617883 or 6649663. OLE color: 6649663.
HSL color Cylindrical-coordinate representation of color #3F7765: hue angle of 160.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7765 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 101 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.53 |
| HSL | 160.71º | 0.31% | 0.36% | - |
| HSV(B) | 160.71º | 0.47% | 0.47% | - |
| XYZ | 11 | 15.19 | 14.66 | - |
| YUV | 100.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 101 | 0.47 | 0 | 0.15 | 0.53 | 160.71 | 0.31 | 0.36 |
| Hex | 3F | 77 | 65 | 2F | 0 | F | 35 | A1 | 1F | 24 |
| Octal | 77 | 167 | 145 | 57 | 0 | 17 | 65 | 241 | 37 | 44 |
| Binary | 111111 | 1110111 | 1100101 | 101111 | 0 | 1111 | 110101 | 10100001 | 11111 | 100100 |
Color Harmonies of #3F7765
Complementary color
Monochromatic Colors of #3F7765
Black with #3F7765
Text Example
Text Example
White with #3F7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7765; }
p { color: rgb(63,119,101); }
H1.HeaderClassName
{
color: #3F7765;
}
.AnyTagClassName
{
color: #3F7765;
}
</style>
background-color css
<style>
a { background-color: #3F7765; }
a { background-color: rgb(63,119,101); }
div.DivClassName
{
background-color: #3F7765;
}
.BgClassName
{
background-color: #3F7765;
}
</style>
border-color css
<style>
span { border-color: #3F7765; }
span { border-color: rgb(63,119,101); }
td.TdClassName
{
border-color: #3F7765;
}
.TagClassName
{
border-color: #3F7765;
}
</style>