Shades of Viridian #438975
Tints of Viridian #438975
RGB
CMYK
RGB Variations
Color information
#438975 (or 0x438975) is known color: Viridian. HEX triplet: 43, 89 and 75. RGB value is (67,137,117). Sum of RGB (Red+Green+Blue) = 67+137+117=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #438975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438975 is #BC768A. Grayscale: #717171. Windows color (decimal): -12351115 or 7702851. OLE color: 7702851.
HSL color Cylindrical-coordinate representation of color #438975: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438975 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 117 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.46 |
| HSL | 162.86º | 0.34% | 0.4% | - |
| HSV(B) | 162.86º | 0.51% | 0.54% | - |
| XYZ | 14.47 | 20.37 | 20 | - |
| YUV | 113.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 117 | 0.51 | 0 | 0.15 | 0.46 | 162.86 | 0.34 | 0.4 |
| Hex | 43 | 89 | 75 | 33 | 0 | F | 2E | A3 | 22 | 28 |
| Octal | 103 | 211 | 165 | 63 | 0 | 17 | 56 | 243 | 42 | 50 |
| Binary | 1000011 | 10001001 | 1110101 | 110011 | 0 | 1111 | 101110 | 10100011 | 100010 | 101000 |
Color Harmonies of #438975
Complementary color
Monochromatic Colors of #438975
Black with #438975
Text Example
Text Example
White with #438975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438975; }
p { color: rgb(67,137,117); }
H1.HeaderClassName
{
color: #438975;
}
.AnyTagClassName
{
color: #438975;
}
</style>
background-color css
<style>
a { background-color: #438975; }
a { background-color: rgb(67,137,117); }
div.DivClassName
{
background-color: #438975;
}
.BgClassName
{
background-color: #438975;
}
</style>
border-color css
<style>
span { border-color: #438975; }
span { border-color: rgb(67,137,117); }
td.TdClassName
{
border-color: #438975;
}
.TagClassName
{
border-color: #438975;
}
</style>