Shades of Viridian #439374
Tints of Viridian #439374
RGB
CMYK
RGB Variations
Color information
#439374 (or 0x439374) is known color: Viridian. HEX triplet: 43, 93 and 74. RGB value is (67,147,116). Sum of RGB (Red+Green+Blue) = 67+147+116=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #439374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439374 is #BC6C8B. Grayscale: #777777. Windows color (decimal): -12348556 or 7639875. OLE color: 7639875.
HSL color Cylindrical-coordinate representation of color #439374: hue angle of 156.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439374 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 147 | 116 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.42 |
| HSL | 156.75º | 0.37% | 0.42% | - |
| HSV(B) | 156.75º | 0.54% | 0.58% | - |
| XYZ | 15.9 | 23.32 | 20.19 | - |
| YUV | 119.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 116 | 0.54 | 0 | 0.21 | 0.42 | 156.75 | 0.37 | 0.42 |
| Hex | 43 | 93 | 74 | 36 | 0 | 15 | 2A | 9D | 25 | 2A |
| Octal | 103 | 223 | 164 | 66 | 0 | 25 | 52 | 235 | 45 | 52 |
| Binary | 1000011 | 10010011 | 1110100 | 110110 | 0 | 10101 | 101010 | 10011101 | 100101 | 101010 |
Color Harmonies of #439374
Complementary color
Monochromatic Colors of #439374
Black with #439374
Text Example
Text Example
White with #439374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439374; }
p { color: rgb(67,147,116); }
H1.HeaderClassName
{
color: #439374;
}
.AnyTagClassName
{
color: #439374;
}
</style>
background-color css
<style>
a { background-color: #439374; }
a { background-color: rgb(67,147,116); }
div.DivClassName
{
background-color: #439374;
}
.BgClassName
{
background-color: #439374;
}
</style>
border-color css
<style>
span { border-color: #439374; }
span { border-color: rgb(67,147,116); }
td.TdClassName
{
border-color: #439374;
}
.TagClassName
{
border-color: #439374;
}
</style>