Shades of Viridian #438466
Tints of Viridian #438466
RGB
CMYK
RGB Variations
Color information
#438466 (or 0x438466) is known color: Viridian. HEX triplet: 43, 84 and 66. RGB value is (67,132,102). Sum of RGB (Red+Green+Blue) = 67+132+102=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #438466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438466 is #BC7B99. Grayscale: #6D6D6D. Windows color (decimal): -12352410 or 6718531. OLE color: 6718531.
HSL color Cylindrical-coordinate representation of color #438466: hue angle of 152.31º 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 #438466 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 102 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.48 |
| HSL | 152.31º | 0.33% | 0.39% | - |
| HSV(B) | 152.31º | 0.49% | 0.52% | - |
| XYZ | 12.96 | 18.66 | 15.49 | - |
| YUV | 109.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 102 | 0.49 | 0 | 0.23 | 0.48 | 152.31 | 0.33 | 0.39 |
| Hex | 43 | 84 | 66 | 31 | 0 | 17 | 30 | 98 | 21 | 27 |
| Octal | 103 | 204 | 146 | 61 | 0 | 27 | 60 | 230 | 41 | 47 |
| Binary | 1000011 | 10000100 | 1100110 | 110001 | 0 | 10111 | 110000 | 10011000 | 100001 | 100111 |
Color Harmonies of #438466
Complementary color
Monochromatic Colors of #438466
Black with #438466
Text Example
Text Example
White with #438466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438466; }
p { color: rgb(67,132,102); }
H1.HeaderClassName
{
color: #438466;
}
.AnyTagClassName
{
color: #438466;
}
</style>
background-color css
<style>
a { background-color: #438466; }
a { background-color: rgb(67,132,102); }
div.DivClassName
{
background-color: #438466;
}
.BgClassName
{
background-color: #438466;
}
</style>
border-color css
<style>
span { border-color: #438466; }
span { border-color: rgb(67,132,102); }
td.TdClassName
{
border-color: #438466;
}
.TagClassName
{
border-color: #438466;
}
</style>