Shades of Viridian #438765
Tints of Viridian #438765
RGB
CMYK
RGB Variations
Color information
#438765 (or 0x438765) is known color: Viridian. HEX triplet: 43, 87 and 65. RGB value is (67,135,101). Sum of RGB (Red+Green+Blue) = 67+135+101=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #438765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438765 is #BC789A. Grayscale: #6E6E6E. Windows color (decimal): -12351643 or 6653763. OLE color: 6653763.
HSL color Cylindrical-coordinate representation of color #438765: hue angle of 150º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438765 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 135 | 101 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.47 |
| HSL | 150º | 0.34% | 0.4% | - |
| HSV(B) | 150º | 0.5% | 0.53% | - |
| XYZ | 13.33 | 19.46 | 15.37 | - |
| YUV | 110.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 135 | 101 | 0.50 | 0 | 0.25 | 0.47 | 150 | 0.34 | 0.4 |
| Hex | 43 | 87 | 65 | 32 | 0 | 19 | 2F | 96 | 22 | 28 |
| Octal | 103 | 207 | 145 | 62 | 0 | 31 | 57 | 226 | 42 | 50 |
| Binary | 1000011 | 10000111 | 1100101 | 110010 | 0 | 11001 | 101111 | 10010110 | 100010 | 101000 |
Color Harmonies of #438765
Complementary color
Monochromatic Colors of #438765
Black with #438765
Text Example
Text Example
White with #438765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438765; }
p { color: rgb(67,135,101); }
H1.HeaderClassName
{
color: #438765;
}
.AnyTagClassName
{
color: #438765;
}
</style>
background-color css
<style>
a { background-color: #438765; }
a { background-color: rgb(67,135,101); }
div.DivClassName
{
background-color: #438765;
}
.BgClassName
{
background-color: #438765;
}
</style>
border-color css
<style>
span { border-color: #438765; }
span { border-color: rgb(67,135,101); }
td.TdClassName
{
border-color: #438765;
}
.TagClassName
{
border-color: #438765;
}
</style>