Shades of Viridian #438474
Tints of Viridian #438474
RGB
CMYK
RGB Variations
Color information
#438474 (or 0x438474) is known color: Viridian. HEX triplet: 43, 84 and 74. RGB value is (67,132,116). Sum of RGB (Red+Green+Blue) = 67+132+116=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #438474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438474 is #BC7B8B. Grayscale: #6E6E6E. Windows color (decimal): -12352396 or 7636035. OLE color: 7636035.
HSL color Cylindrical-coordinate representation of color #438474: hue angle of 165.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438474 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 116 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.48 |
| HSL | 165.23º | 0.33% | 0.39% | - |
| HSV(B) | 165.23º | 0.49% | 0.52% | - |
| XYZ | 13.72 | 18.96 | 19.46 | - |
| YUV | 110.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 116 | 0.49 | 0 | 0.12 | 0.48 | 165.23 | 0.33 | 0.39 |
| Hex | 43 | 84 | 74 | 31 | 0 | C | 30 | A5 | 21 | 27 |
| Octal | 103 | 204 | 164 | 61 | 0 | 14 | 60 | 245 | 41 | 47 |
| Binary | 1000011 | 10000100 | 1110100 | 110001 | 0 | 1100 | 110000 | 10100101 | 100001 | 100111 |
Color Harmonies of #438474
Complementary color
Monochromatic Colors of #438474
Black with #438474
Text Example
Text Example
White with #438474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438474; }
p { color: rgb(67,132,116); }
H1.HeaderClassName
{
color: #438474;
}
.AnyTagClassName
{
color: #438474;
}
</style>
background-color css
<style>
a { background-color: #438474; }
a { background-color: rgb(67,132,116); }
div.DivClassName
{
background-color: #438474;
}
.BgClassName
{
background-color: #438474;
}
</style>
border-color css
<style>
span { border-color: #438474; }
span { border-color: rgb(67,132,116); }
td.TdClassName
{
border-color: #438474;
}
.TagClassName
{
border-color: #438474;
}
</style>