Shades of Viridian #438569
Tints of Viridian #438569
RGB
CMYK
RGB Variations
Color information
#438569 (or 0x438569) is known color: Viridian. HEX triplet: 43, 85 and 69. RGB value is (67,133,105). Sum of RGB (Red+Green+Blue) = 67+133+105=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #438569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438569 is #BC7A96. Grayscale: #6E6E6E. Windows color (decimal): -12352151 or 6915395. OLE color: 6915395.
HSL color Cylindrical-coordinate representation of color #438569: hue angle of 154.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438569 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 105 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.48 |
| HSL | 154.55º | 0.33% | 0.39% | - |
| HSV(B) | 154.55º | 0.5% | 0.52% | - |
| XYZ | 13.25 | 18.99 | 16.33 | - |
| YUV | 110.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 105 | 0.50 | 0 | 0.21 | 0.48 | 154.55 | 0.33 | 0.39 |
| Hex | 43 | 85 | 69 | 32 | 0 | 15 | 30 | 9B | 21 | 27 |
| Octal | 103 | 205 | 151 | 62 | 0 | 25 | 60 | 233 | 41 | 47 |
| Binary | 1000011 | 10000101 | 1101001 | 110010 | 0 | 10101 | 110000 | 10011011 | 100001 | 100111 |
Color Harmonies of #438569
Complementary color
Monochromatic Colors of #438569
Black with #438569
Text Example
Text Example
White with #438569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438569; }
p { color: rgb(67,133,105); }
H1.HeaderClassName
{
color: #438569;
}
.AnyTagClassName
{
color: #438569;
}
</style>
background-color css
<style>
a { background-color: #438569; }
a { background-color: rgb(67,133,105); }
div.DivClassName
{
background-color: #438569;
}
.BgClassName
{
background-color: #438569;
}
</style>
border-color css
<style>
span { border-color: #438569; }
span { border-color: rgb(67,133,105); }
td.TdClassName
{
border-color: #438569;
}
.TagClassName
{
border-color: #438569;
}
</style>