Shades of Viridian #438873
Tints of Viridian #438873
RGB
CMYK
RGB Variations
Color information
#438873 (or 0x438873) is known color: Viridian. HEX triplet: 43, 88 and 73. RGB value is (67,136,115). Sum of RGB (Red+Green+Blue) = 67+136+115=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #438873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438873 is #BC778C. Grayscale: #707070. Windows color (decimal): -12351373 or 7571523. OLE color: 7571523.
HSL color Cylindrical-coordinate representation of color #438873: hue angle of 161.74º 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 #438873 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 115 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.47 |
| HSL | 161.74º | 0.34% | 0.4% | - |
| HSV(B) | 161.74º | 0.51% | 0.53% | - |
| XYZ | 14.21 | 20.04 | 19.34 | - |
| YUV | 112.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 115 | 0.51 | 0 | 0.15 | 0.47 | 161.74 | 0.34 | 0.4 |
| Hex | 43 | 88 | 73 | 33 | 0 | F | 2F | A2 | 22 | 28 |
| Octal | 103 | 210 | 163 | 63 | 0 | 17 | 57 | 242 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1110011 | 110011 | 0 | 1111 | 101111 | 10100010 | 100010 | 101000 |
Color Harmonies of #438873
Complementary color
Monochromatic Colors of #438873
Black with #438873
Text Example
Text Example
White with #438873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438873; }
p { color: rgb(67,136,115); }
H1.HeaderClassName
{
color: #438873;
}
.AnyTagClassName
{
color: #438873;
}
</style>
background-color css
<style>
a { background-color: #438873; }
a { background-color: rgb(67,136,115); }
div.DivClassName
{
background-color: #438873;
}
.BgClassName
{
background-color: #438873;
}
</style>
border-color css
<style>
span { border-color: #438873; }
span { border-color: rgb(67,136,115); }
td.TdClassName
{
border-color: #438873;
}
.TagClassName
{
border-color: #438873;
}
</style>