Shades of Viridian #438865
Tints of Viridian #438865
RGB
CMYK
RGB Variations
Color information
#438865 (or 0x438865) is known color: Viridian. HEX triplet: 43, 88 and 65. RGB value is (67,136,101). Sum of RGB (Red+Green+Blue) = 67+136+101=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #438865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438865 is #BC779A. Grayscale: #6F6F6F. Windows color (decimal): -12351387 or 6654019. OLE color: 6654019.
HSL color Cylindrical-coordinate representation of color #438865: hue angle of 149.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438865 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 101 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.47 |
| HSL | 149.57º | 0.34% | 0.4% | - |
| HSV(B) | 149.57º | 0.51% | 0.53% | - |
| XYZ | 13.47 | 19.74 | 15.41 | - |
| YUV | 111.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 101 | 0.51 | 0 | 0.26 | 0.47 | 149.57 | 0.34 | 0.4 |
| Hex | 43 | 88 | 65 | 33 | 0 | 1A | 2F | 96 | 22 | 28 |
| Octal | 103 | 210 | 145 | 63 | 0 | 32 | 57 | 226 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1100101 | 110011 | 0 | 11010 | 101111 | 10010110 | 100010 | 101000 |
Color Harmonies of #438865
Complementary color
Monochromatic Colors of #438865
Black with #438865
Text Example
Text Example
White with #438865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438865; }
p { color: rgb(67,136,101); }
H1.HeaderClassName
{
color: #438865;
}
.AnyTagClassName
{
color: #438865;
}
</style>
background-color css
<style>
a { background-color: #438865; }
a { background-color: rgb(67,136,101); }
div.DivClassName
{
background-color: #438865;
}
.BgClassName
{
background-color: #438865;
}
</style>
border-color css
<style>
span { border-color: #438865; }
span { border-color: rgb(67,136,101); }
td.TdClassName
{
border-color: #438865;
}
.TagClassName
{
border-color: #438865;
}
</style>