Shades of Viridian #438E75
Tints of Viridian #438E75
RGB
CMYK
RGB Variations
Color information
#438E75 (or 0x438E75) is known color: Viridian. HEX triplet: 43, 8E and 75. RGB value is (67,142,117). Sum of RGB (Red+Green+Blue) = 67+142+117=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #438E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E75 is #BC718A. Grayscale: #747474. Windows color (decimal): -12349835 or 7704131. OLE color: 7704131.
HSL color Cylindrical-coordinate representation of color #438E75: hue angle of 160º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E75 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 117 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.44 |
| HSL | 160º | 0.36% | 0.41% | - |
| HSV(B) | 160º | 0.53% | 0.56% | - |
| XYZ | 15.2 | 21.82 | 20.24 | - |
| YUV | 116.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 117 | 0.53 | 0 | 0.18 | 0.44 | 160 | 0.36 | 0.41 |
| Hex | 43 | 8E | 75 | 35 | 0 | 12 | 2C | A0 | 24 | 29 |
| Octal | 103 | 216 | 165 | 65 | 0 | 22 | 54 | 240 | 44 | 51 |
| Binary | 1000011 | 10001110 | 1110101 | 110101 | 0 | 10010 | 101100 | 10100000 | 100100 | 101001 |
Color Harmonies of #438E75
Complementary color
Monochromatic Colors of #438E75
Black with #438E75
Text Example
Text Example
White with #438E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E75; }
p { color: rgb(67,142,117); }
H1.HeaderClassName
{
color: #438E75;
}
.AnyTagClassName
{
color: #438E75;
}
</style>
background-color css
<style>
a { background-color: #438E75; }
a { background-color: rgb(67,142,117); }
div.DivClassName
{
background-color: #438E75;
}
.BgClassName
{
background-color: #438E75;
}
</style>
border-color css
<style>
span { border-color: #438E75; }
span { border-color: rgb(67,142,117); }
td.TdClassName
{
border-color: #438E75;
}
.TagClassName
{
border-color: #438E75;
}
</style>