Shades of Viridian #438675
Tints of Viridian #438675
RGB
CMYK
RGB Variations
Color information
#438675 (or 0x438675) is known color: Viridian. HEX triplet: 43, 86 and 75. RGB value is (67,134,117). Sum of RGB (Red+Green+Blue) = 67+134+117=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #438675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438675 is #BC798A. Grayscale: #707070. Windows color (decimal): -12351883 or 7702083. OLE color: 7702083.
HSL color Cylindrical-coordinate representation of color #438675: hue angle of 164.78º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438675 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 117 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.47 |
| HSL | 164.78º | 0.33% | 0.39% | - |
| HSV(B) | 164.78º | 0.5% | 0.53% | - |
| XYZ | 14.05 | 19.53 | 19.86 | - |
| YUV | 112.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 117 | 0.5 | 0 | 0.13 | 0.47 | 164.78 | 0.33 | 0.39 |
| Hex | 43 | 86 | 75 | 32 | 0 | D | 2F | A5 | 21 | 27 |
| Octal | 103 | 206 | 165 | 62 | 0 | 15 | 57 | 245 | 41 | 47 |
| Binary | 1000011 | 10000110 | 1110101 | 110010 | 0 | 1101 | 101111 | 10100101 | 100001 | 100111 |
Color Harmonies of #438675
Complementary color
Monochromatic Colors of #438675
Black with #438675
Text Example
Text Example
White with #438675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438675; }
p { color: rgb(67,134,117); }
H1.HeaderClassName
{
color: #438675;
}
.AnyTagClassName
{
color: #438675;
}
</style>
background-color css
<style>
a { background-color: #438675; }
a { background-color: rgb(67,134,117); }
div.DivClassName
{
background-color: #438675;
}
.BgClassName
{
background-color: #438675;
}
</style>
border-color css
<style>
span { border-color: #438675; }
span { border-color: rgb(67,134,117); }
td.TdClassName
{
border-color: #438675;
}
.TagClassName
{
border-color: #438675;
}
</style>