Shades of Viridian #3F9072
Tints of Viridian #3F9072
RGB
CMYK
RGB Variations
Color information
#3F9072 (or 0x3F9072) is known color: Viridian. HEX triplet: 3F, 90 and 72. RGB value is (63,144,114). Sum of RGB (Red+Green+Blue) = 63+144+114=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9072 is #C06F8D. Grayscale: #747474. Windows color (decimal): -12611470 or 7508031. OLE color: 7508031.
HSL color Cylindrical-coordinate representation of color #3F9072: hue angle of 157.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9072 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 114 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.44 |
| HSL | 157.78º | 0.39% | 0.41% | - |
| HSV(B) | 157.78º | 0.56% | 0.56% | - |
| XYZ | 15.06 | 22.22 | 19.41 | - |
| YUV | 116.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 114 | 0.56 | 0 | 0.21 | 0.44 | 157.78 | 0.39 | 0.41 |
| Hex | 3F | 90 | 72 | 38 | 0 | 15 | 2C | 9E | 27 | 29 |
| Octal | 77 | 220 | 162 | 70 | 0 | 25 | 54 | 236 | 47 | 51 |
| Binary | 111111 | 10010000 | 1110010 | 111000 | 0 | 10101 | 101100 | 10011110 | 100111 | 101001 |
Color Harmonies of #3F9072
Complementary color
Monochromatic Colors of #3F9072
Black with #3F9072
Text Example
Text Example
White with #3F9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9072; }
p { color: rgb(63,144,114); }
H1.HeaderClassName
{
color: #3F9072;
}
.AnyTagClassName
{
color: #3F9072;
}
</style>
background-color css
<style>
a { background-color: #3F9072; }
a { background-color: rgb(63,144,114); }
div.DivClassName
{
background-color: #3F9072;
}
.BgClassName
{
background-color: #3F9072;
}
</style>
border-color css
<style>
span { border-color: #3F9072; }
span { border-color: rgb(63,144,114); }
td.TdClassName
{
border-color: #3F9072;
}
.TagClassName
{
border-color: #3F9072;
}
</style>