Shades of Viridian #438273
Tints of Viridian #438273
RGB
CMYK
RGB Variations
Color information
#438273 (or 0x438273) is known color: Viridian. HEX triplet: 43, 82 and 73. RGB value is (67,130,115). Sum of RGB (Red+Green+Blue) = 67+130+115=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #438273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438273 is #BC7D8C. Grayscale: #6D6D6D. Windows color (decimal): -12352909 or 7569987. OLE color: 7569987.
HSL color Cylindrical-coordinate representation of color #438273: hue angle of 165.71º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438273 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 130 | 115 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.49 |
| HSL | 165.71º | 0.32% | 0.39% | - |
| HSV(B) | 165.71º | 0.48% | 0.51% | - |
| XYZ | 13.39 | 18.4 | 19.06 | - |
| YUV | 109.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 115 | 0.48 | 0 | 0.12 | 0.49 | 165.71 | 0.32 | 0.39 |
| Hex | 43 | 82 | 73 | 30 | 0 | C | 31 | A6 | 20 | 27 |
| Octal | 103 | 202 | 163 | 60 | 0 | 14 | 61 | 246 | 40 | 47 |
| Binary | 1000011 | 10000010 | 1110011 | 110000 | 0 | 1100 | 110001 | 10100110 | 100000 | 100111 |
Color Harmonies of #438273
Complementary color
Monochromatic Colors of #438273
Black with #438273
Text Example
Text Example
White with #438273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438273; }
p { color: rgb(67,130,115); }
H1.HeaderClassName
{
color: #438273;
}
.AnyTagClassName
{
color: #438273;
}
</style>
background-color css
<style>
a { background-color: #438273; }
a { background-color: rgb(67,130,115); }
div.DivClassName
{
background-color: #438273;
}
.BgClassName
{
background-color: #438273;
}
</style>
border-color css
<style>
span { border-color: #438273; }
span { border-color: rgb(67,130,115); }
td.TdClassName
{
border-color: #438273;
}
.TagClassName
{
border-color: #438273;
}
</style>