Shades of Viridian #438E6B
Tints of Viridian #438E6B
RGB
CMYK
RGB Variations
Color information
#438E6B (or 0x438E6B) is known color: Viridian. HEX triplet: 43, 8E and 6B. RGB value is (67,142,107). Sum of RGB (Red+Green+Blue) = 67+142+107=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #438E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E6B is #BC7194. Grayscale: #737373. Windows color (decimal): -12349845 or 7048771. OLE color: 7048771.
HSL color Cylindrical-coordinate representation of color #438E6B: hue angle of 152º 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 #438E6B is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 107 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.44 |
| HSL | 152º | 0.36% | 0.41% | - |
| HSV(B) | 152º | 0.53% | 0.56% | - |
| XYZ | 14.64 | 21.6 | 17.31 | - |
| YUV | 115.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 107 | 0.53 | 0 | 0.25 | 0.44 | 152 | 0.36 | 0.41 |
| Hex | 43 | 8E | 6B | 35 | 0 | 19 | 2C | 98 | 24 | 29 |
| Octal | 103 | 216 | 153 | 65 | 0 | 31 | 54 | 230 | 44 | 51 |
| Binary | 1000011 | 10001110 | 1101011 | 110101 | 0 | 11001 | 101100 | 10011000 | 100100 | 101001 |
Color Harmonies of #438E6B
Complementary color
Monochromatic Colors of #438E6B
Black with #438E6B
Text Example
Text Example
White with #438E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E6B; }
p { color: rgb(67,142,107); }
H1.HeaderClassName
{
color: #438E6B;
}
.AnyTagClassName
{
color: #438E6B;
}
</style>
background-color css
<style>
a { background-color: #438E6B; }
a { background-color: rgb(67,142,107); }
div.DivClassName
{
background-color: #438E6B;
}
.BgClassName
{
background-color: #438E6B;
}
</style>
border-color css
<style>
span { border-color: #438E6B; }
span { border-color: rgb(67,142,107); }
td.TdClassName
{
border-color: #438E6B;
}
.TagClassName
{
border-color: #438E6B;
}
</style>