Shades of Viridian #438C78
Tints of Viridian #438C78
RGB
CMYK
RGB Variations
Color information
#438C78 (or 0x438C78) is known color: Viridian. HEX triplet: 43, 8C and 78. RGB value is (67,140,120). Sum of RGB (Red+Green+Blue) = 67+140+120=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #438C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C78 is #BC7387. Grayscale: #737373. Windows color (decimal): -12350344 or 7900227. OLE color: 7900227.
HSL color Cylindrical-coordinate representation of color #438C78: hue angle of 163.56º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C78 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 120 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.45 |
| HSL | 163.56º | 0.35% | 0.41% | - |
| HSV(B) | 163.56º | 0.52% | 0.55% | - |
| XYZ | 15.08 | 21.31 | 21.09 | - |
| YUV | 115.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 120 | 0.52 | 0 | 0.14 | 0.45 | 163.56 | 0.35 | 0.41 |
| Hex | 43 | 8C | 78 | 34 | 0 | E | 2D | A4 | 23 | 29 |
| Octal | 103 | 214 | 170 | 64 | 0 | 16 | 55 | 244 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1111000 | 110100 | 0 | 1110 | 101101 | 10100100 | 100011 | 101001 |
Color Harmonies of #438C78
Complementary color
Monochromatic Colors of #438C78
Black with #438C78
Text Example
Text Example
White with #438C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C78; }
p { color: rgb(67,140,120); }
H1.HeaderClassName
{
color: #438C78;
}
.AnyTagClassName
{
color: #438C78;
}
</style>
background-color css
<style>
a { background-color: #438C78; }
a { background-color: rgb(67,140,120); }
div.DivClassName
{
background-color: #438C78;
}
.BgClassName
{
background-color: #438C78;
}
</style>
border-color css
<style>
span { border-color: #438C78; }
span { border-color: rgb(67,140,120); }
td.TdClassName
{
border-color: #438C78;
}
.TagClassName
{
border-color: #438C78;
}
</style>