Shades of Viridian #439274
Tints of Viridian #439274
RGB
CMYK
RGB Variations
Color information
#439274 (or 0x439274) is known color: Viridian. HEX triplet: 43, 92 and 74. RGB value is (67,146,116). Sum of RGB (Red+Green+Blue) = 67+146+116=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #439274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439274 is #BC6D8B. Grayscale: #777777. Windows color (decimal): -12348812 or 7639619. OLE color: 7639619.
HSL color Cylindrical-coordinate representation of color #439274: hue angle of 157.22º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439274 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 116 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.43 |
| HSL | 157.22º | 0.37% | 0.42% | - |
| HSV(B) | 157.22º | 0.54% | 0.57% | - |
| XYZ | 15.75 | 23.01 | 20.13 | - |
| YUV | 118.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 116 | 0.54 | 0 | 0.21 | 0.43 | 157.22 | 0.37 | 0.42 |
| Hex | 43 | 92 | 74 | 36 | 0 | 15 | 2B | 9D | 25 | 2A |
| Octal | 103 | 222 | 164 | 66 | 0 | 25 | 53 | 235 | 45 | 52 |
| Binary | 1000011 | 10010010 | 1110100 | 110110 | 0 | 10101 | 101011 | 10011101 | 100101 | 101010 |
Color Harmonies of #439274
Complementary color
Monochromatic Colors of #439274
Black with #439274
Text Example
Text Example
White with #439274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439274; }
p { color: rgb(67,146,116); }
H1.HeaderClassName
{
color: #439274;
}
.AnyTagClassName
{
color: #439274;
}
</style>
background-color css
<style>
a { background-color: #439274; }
a { background-color: rgb(67,146,116); }
div.DivClassName
{
background-color: #439274;
}
.BgClassName
{
background-color: #439274;
}
</style>
border-color css
<style>
span { border-color: #439274; }
span { border-color: rgb(67,146,116); }
td.TdClassName
{
border-color: #439274;
}
.TagClassName
{
border-color: #439274;
}
</style>