Shades of Viridian #438864
Tints of Viridian #438864
RGB
CMYK
RGB Variations
Color information
#438864 (or 0x438864) is known color: Viridian. HEX triplet: 43, 88 and 64. RGB value is (67,136,100). Sum of RGB (Red+Green+Blue) = 67+136+100=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #438864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438864 is #BC779B. Grayscale: #6F6F6F. Windows color (decimal): -12351388 or 6588483. OLE color: 6588483.
HSL color Cylindrical-coordinate representation of color #438864: hue angle of 148.7º 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 #438864 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 100 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.47 |
| HSL | 148.7º | 0.34% | 0.4% | - |
| HSV(B) | 148.7º | 0.51% | 0.53% | - |
| XYZ | 13.42 | 19.72 | 15.16 | - |
| YUV | 111.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 100 | 0.51 | 0 | 0.26 | 0.47 | 148.7 | 0.34 | 0.4 |
| Hex | 43 | 88 | 64 | 33 | 0 | 1A | 2F | 95 | 22 | 28 |
| Octal | 103 | 210 | 144 | 63 | 0 | 32 | 57 | 225 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1100100 | 110011 | 0 | 11010 | 101111 | 10010101 | 100010 | 101000 |
Color Harmonies of #438864
Complementary color
Monochromatic Colors of #438864
Black with #438864
Text Example
Text Example
White with #438864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438864; }
p { color: rgb(67,136,100); }
H1.HeaderClassName
{
color: #438864;
}
.AnyTagClassName
{
color: #438864;
}
</style>
background-color css
<style>
a { background-color: #438864; }
a { background-color: rgb(67,136,100); }
div.DivClassName
{
background-color: #438864;
}
.BgClassName
{
background-color: #438864;
}
</style>
border-color css
<style>
span { border-color: #438864; }
span { border-color: rgb(67,136,100); }
td.TdClassName
{
border-color: #438864;
}
.TagClassName
{
border-color: #438864;
}
</style>