Shades of Viridian #438365
Tints of Viridian #438365
RGB
CMYK
RGB Variations
Color information
#438365 (or 0x438365) is known color: Viridian. HEX triplet: 43, 83 and 65. RGB value is (67,131,101). Sum of RGB (Red+Green+Blue) = 67+131+101=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #438365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438365 is #BC7C9A. Grayscale: #6C6C6C. Windows color (decimal): -12352667 or 6652739. OLE color: 6652739.
HSL color Cylindrical-coordinate representation of color #438365: hue angle of 151.88º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438365 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 101 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.49 |
| HSL | 151.88º | 0.32% | 0.39% | - |
| HSV(B) | 151.88º | 0.49% | 0.51% | - |
| XYZ | 12.78 | 18.37 | 15.18 | - |
| YUV | 108.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 101 | 0.49 | 0 | 0.23 | 0.49 | 151.88 | 0.32 | 0.39 |
| Hex | 43 | 83 | 65 | 31 | 0 | 17 | 31 | 98 | 20 | 27 |
| Octal | 103 | 203 | 145 | 61 | 0 | 27 | 61 | 230 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1100101 | 110001 | 0 | 10111 | 110001 | 10011000 | 100000 | 100111 |
Color Harmonies of #438365
Complementary color
Monochromatic Colors of #438365
Black with #438365
Text Example
Text Example
White with #438365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438365; }
p { color: rgb(67,131,101); }
H1.HeaderClassName
{
color: #438365;
}
.AnyTagClassName
{
color: #438365;
}
</style>
background-color css
<style>
a { background-color: #438365; }
a { background-color: rgb(67,131,101); }
div.DivClassName
{
background-color: #438365;
}
.BgClassName
{
background-color: #438365;
}
</style>
border-color css
<style>
span { border-color: #438365; }
span { border-color: rgb(67,131,101); }
td.TdClassName
{
border-color: #438365;
}
.TagClassName
{
border-color: #438365;
}
</style>