Shades of Viridian #438C74
Tints of Viridian #438C74
RGB
CMYK
RGB Variations
Color information
#438C74 (or 0x438C74) is known color: Viridian. HEX triplet: 43, 8C and 74. RGB value is (67,140,116). Sum of RGB (Red+Green+Blue) = 67+140+116=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #438C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C74 is #BC738B. Grayscale: #737373. Windows color (decimal): -12350348 or 7638083. OLE color: 7638083.
HSL color Cylindrical-coordinate representation of color #438C74: hue angle of 160.27º 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 #438C74 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 116 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.45 |
| HSL | 160.27º | 0.35% | 0.41% | - |
| HSV(B) | 160.27º | 0.52% | 0.55% | - |
| XYZ | 14.85 | 21.21 | 19.83 | - |
| YUV | 115.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 116 | 0.52 | 0 | 0.17 | 0.45 | 160.27 | 0.35 | 0.41 |
| Hex | 43 | 8C | 74 | 34 | 0 | 11 | 2D | A0 | 23 | 29 |
| Octal | 103 | 214 | 164 | 64 | 0 | 21 | 55 | 240 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1110100 | 110100 | 0 | 10001 | 101101 | 10100000 | 100011 | 101001 |
Color Harmonies of #438C74
Complementary color
Monochromatic Colors of #438C74
Black with #438C74
Text Example
Text Example
White with #438C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C74; }
p { color: rgb(67,140,116); }
H1.HeaderClassName
{
color: #438C74;
}
.AnyTagClassName
{
color: #438C74;
}
</style>
background-color css
<style>
a { background-color: #438C74; }
a { background-color: rgb(67,140,116); }
div.DivClassName
{
background-color: #438C74;
}
.BgClassName
{
background-color: #438C74;
}
</style>
border-color css
<style>
span { border-color: #438C74; }
span { border-color: rgb(67,140,116); }
td.TdClassName
{
border-color: #438C74;
}
.TagClassName
{
border-color: #438C74;
}
</style>