Shades of Viridian #438472
Tints of Viridian #438472
RGB
CMYK
RGB Variations
Color information
#438472 (or 0x438472) is known color: Viridian. HEX triplet: 43, 84 and 72. RGB value is (67,132,114). Sum of RGB (Red+Green+Blue) = 67+132+114=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #438472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438472 is #BC7B8D. Grayscale: #6E6E6E. Windows color (decimal): -12352398 or 7504963. OLE color: 7504963.
HSL color Cylindrical-coordinate representation of color #438472: hue angle of 163.38º 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 #438472 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 114 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.48 |
| HSL | 163.38º | 0.33% | 0.39% | - |
| HSV(B) | 163.38º | 0.49% | 0.52% | - |
| XYZ | 13.6 | 18.91 | 18.85 | - |
| YUV | 110.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 114 | 0.49 | 0 | 0.14 | 0.48 | 163.38 | 0.33 | 0.39 |
| Hex | 43 | 84 | 72 | 31 | 0 | E | 30 | A3 | 21 | 27 |
| Octal | 103 | 204 | 162 | 61 | 0 | 16 | 60 | 243 | 41 | 47 |
| Binary | 1000011 | 10000100 | 1110010 | 110001 | 0 | 1110 | 110000 | 10100011 | 100001 | 100111 |
Color Harmonies of #438472
Complementary color
Monochromatic Colors of #438472
Black with #438472
Text Example
Text Example
White with #438472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438472; }
p { color: rgb(67,132,114); }
H1.HeaderClassName
{
color: #438472;
}
.AnyTagClassName
{
color: #438472;
}
</style>
background-color css
<style>
a { background-color: #438472; }
a { background-color: rgb(67,132,114); }
div.DivClassName
{
background-color: #438472;
}
.BgClassName
{
background-color: #438472;
}
</style>
border-color css
<style>
span { border-color: #438472; }
span { border-color: rgb(67,132,114); }
td.TdClassName
{
border-color: #438472;
}
.TagClassName
{
border-color: #438472;
}
</style>