Shades of Viridian #439375
Tints of Viridian #439375
RGB
CMYK
RGB Variations
Color information
#439375 (or 0x439375) is known color: Viridian. HEX triplet: 43, 93 and 75. RGB value is (67,147,117). Sum of RGB (Red+Green+Blue) = 67+147+117=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #439375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439375 is #BC6C8A. Grayscale: #777777. Windows color (decimal): -12348555 or 7705411. OLE color: 7705411.
HSL color Cylindrical-coordinate representation of color #439375: hue angle of 157.5º 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 #439375 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 147 | 117 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.42 |
| HSL | 157.5º | 0.37% | 0.42% | - |
| HSV(B) | 157.5º | 0.54% | 0.58% | - |
| XYZ | 15.96 | 23.35 | 20.49 | - |
| YUV | 119.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 117 | 0.54 | 0 | 0.20 | 0.42 | 157.5 | 0.37 | 0.42 |
| Hex | 43 | 93 | 75 | 36 | 0 | 14 | 2A | 9E | 25 | 2A |
| Octal | 103 | 223 | 165 | 66 | 0 | 24 | 52 | 236 | 45 | 52 |
| Binary | 1000011 | 10010011 | 1110101 | 110110 | 0 | 10100 | 101010 | 10011110 | 100101 | 101010 |
Color Harmonies of #439375
Complementary color
Monochromatic Colors of #439375
Black with #439375
Text Example
Text Example
White with #439375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439375; }
p { color: rgb(67,147,117); }
H1.HeaderClassName
{
color: #439375;
}
.AnyTagClassName
{
color: #439375;
}
</style>
background-color css
<style>
a { background-color: #439375; }
a { background-color: rgb(67,147,117); }
div.DivClassName
{
background-color: #439375;
}
.BgClassName
{
background-color: #439375;
}
</style>
border-color css
<style>
span { border-color: #439375; }
span { border-color: rgb(67,147,117); }
td.TdClassName
{
border-color: #439375;
}
.TagClassName
{
border-color: #439375;
}
</style>