Shades of Viridian #438A69
Tints of Viridian #438A69
RGB
CMYK
RGB Variations
Color information
#438A69 (or 0x438A69) is known color: Viridian. HEX triplet: 43, 8A and 69. RGB value is (67,138,105). Sum of RGB (Red+Green+Blue) = 67+138+105=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #438A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A69 is #BC7596. Grayscale: #717171. Windows color (decimal): -12350871 or 6916675. OLE color: 6916675.
HSL color Cylindrical-coordinate representation of color #438A69: hue angle of 152.11º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A69 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 105 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.46 |
| HSL | 152.11º | 0.35% | 0.4% | - |
| HSV(B) | 152.11º | 0.51% | 0.54% | - |
| XYZ | 13.95 | 20.39 | 16.56 | - |
| YUV | 113.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 105 | 0.51 | 0 | 0.24 | 0.46 | 152.11 | 0.35 | 0.4 |
| Hex | 43 | 8A | 69 | 33 | 0 | 18 | 2E | 98 | 23 | 28 |
| Octal | 103 | 212 | 151 | 63 | 0 | 30 | 56 | 230 | 43 | 50 |
| Binary | 1000011 | 10001010 | 1101001 | 110011 | 0 | 11000 | 101110 | 10011000 | 100011 | 101000 |
Color Harmonies of #438A69
Complementary color
Monochromatic Colors of #438A69
Black with #438A69
Text Example
Text Example
White with #438A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A69; }
p { color: rgb(67,138,105); }
H1.HeaderClassName
{
color: #438A69;
}
.AnyTagClassName
{
color: #438A69;
}
</style>
background-color css
<style>
a { background-color: #438A69; }
a { background-color: rgb(67,138,105); }
div.DivClassName
{
background-color: #438A69;
}
.BgClassName
{
background-color: #438A69;
}
</style>
border-color css
<style>
span { border-color: #438A69; }
span { border-color: rgb(67,138,105); }
td.TdClassName
{
border-color: #438A69;
}
.TagClassName
{
border-color: #438A69;
}
</style>