Shades of Viridian #438067
Tints of Viridian #438067
RGB
CMYK
RGB Variations
Color information
#438067 (or 0x438067) is known color: Viridian. HEX triplet: 43, 80 and 67. RGB value is (67,128,103). Sum of RGB (Red+Green+Blue) = 67+128+103=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #438067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438067 is #BC7F98. Grayscale: #6A6A6A. Windows color (decimal): -12353433 or 6783043. OLE color: 6783043.
HSL color Cylindrical-coordinate representation of color #438067: hue angle of 155.41º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438067 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 128 | 103 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.50 |
| HSL | 155.41º | 0.31% | 0.38% | - |
| HSV(B) | 155.41º | 0.48% | 0.5% | - |
| XYZ | 12.48 | 17.61 | 15.57 | - |
| YUV | 106.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 103 | 0.48 | 0 | 0.20 | 0.50 | 155.41 | 0.31 | 0.38 |
| Hex | 43 | 80 | 67 | 30 | 0 | 14 | 32 | 9B | 1F | 26 |
| Octal | 103 | 200 | 147 | 60 | 0 | 24 | 62 | 233 | 37 | 46 |
| Binary | 1000011 | 10000000 | 1100111 | 110000 | 0 | 10100 | 110010 | 10011011 | 11111 | 100110 |
Color Harmonies of #438067
Complementary color
Monochromatic Colors of #438067
Black with #438067
Text Example
Text Example
White with #438067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438067; }
p { color: rgb(67,128,103); }
H1.HeaderClassName
{
color: #438067;
}
.AnyTagClassName
{
color: #438067;
}
</style>
background-color css
<style>
a { background-color: #438067; }
a { background-color: rgb(67,128,103); }
div.DivClassName
{
background-color: #438067;
}
.BgClassName
{
background-color: #438067;
}
</style>
border-color css
<style>
span { border-color: #438067; }
span { border-color: rgb(67,128,103); }
td.TdClassName
{
border-color: #438067;
}
.TagClassName
{
border-color: #438067;
}
</style>