Shades of Viridian #438B68
Tints of Viridian #438B68
RGB
CMYK
RGB Variations
Color information
#438B68 (or 0x438B68) is known color: Viridian. HEX triplet: 43, 8B and 68. RGB value is (67,139,104). Sum of RGB (Red+Green+Blue) = 67+139+104=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #438B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B68 is #BC7497. Grayscale: #717171. Windows color (decimal): -12350616 or 6851395. OLE color: 6851395.
HSL color Cylindrical-coordinate representation of color #438B68: hue angle of 150.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B68 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 104 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.45 |
| HSL | 150.83º | 0.35% | 0.4% | - |
| HSV(B) | 150.83º | 0.52% | 0.55% | - |
| XYZ | 14.05 | 20.66 | 16.34 | - |
| YUV | 113.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 104 | 0.52 | 0 | 0.25 | 0.45 | 150.83 | 0.35 | 0.4 |
| Hex | 43 | 8B | 68 | 34 | 0 | 19 | 2D | 97 | 23 | 28 |
| Octal | 103 | 213 | 150 | 64 | 0 | 31 | 55 | 227 | 43 | 50 |
| Binary | 1000011 | 10001011 | 1101000 | 110100 | 0 | 11001 | 101101 | 10010111 | 100011 | 101000 |
Color Harmonies of #438B68
Complementary color
Monochromatic Colors of #438B68
Black with #438B68
Text Example
Text Example
White with #438B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B68; }
p { color: rgb(67,139,104); }
H1.HeaderClassName
{
color: #438B68;
}
.AnyTagClassName
{
color: #438B68;
}
</style>
background-color css
<style>
a { background-color: #438B68; }
a { background-color: rgb(67,139,104); }
div.DivClassName
{
background-color: #438B68;
}
.BgClassName
{
background-color: #438B68;
}
</style>
border-color css
<style>
span { border-color: #438B68; }
span { border-color: rgb(67,139,104); }
td.TdClassName
{
border-color: #438B68;
}
.TagClassName
{
border-color: #438B68;
}
</style>