Shades of Viridian #438C75
Tints of Viridian #438C75
RGB
CMYK
RGB Variations
Color information
#438C75 (or 0x438C75) is known color: Viridian. HEX triplet: 43, 8C and 75. RGB value is (67,140,117). Sum of RGB (Red+Green+Blue) = 67+140+117=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #438C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C75 is #BC738A. Grayscale: #737373. Windows color (decimal): -12350347 or 7703619. OLE color: 7703619.
HSL color Cylindrical-coordinate representation of color #438C75: hue angle of 161.1º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C75 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 117 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.45 |
| HSL | 161.1º | 0.35% | 0.41% | - |
| HSV(B) | 161.1º | 0.52% | 0.55% | - |
| XYZ | 14.9 | 21.23 | 20.14 | - |
| YUV | 115.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 117 | 0.52 | 0 | 0.16 | 0.45 | 161.1 | 0.35 | 0.41 |
| Hex | 43 | 8C | 75 | 34 | 0 | 10 | 2D | A1 | 23 | 29 |
| Octal | 103 | 214 | 165 | 64 | 0 | 20 | 55 | 241 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1110101 | 110100 | 0 | 10000 | 101101 | 10100001 | 100011 | 101001 |
Color Harmonies of #438C75
Complementary color
Monochromatic Colors of #438C75
Black with #438C75
Text Example
Text Example
White with #438C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C75; }
p { color: rgb(67,140,117); }
H1.HeaderClassName
{
color: #438C75;
}
.AnyTagClassName
{
color: #438C75;
}
</style>
background-color css
<style>
a { background-color: #438C75; }
a { background-color: rgb(67,140,117); }
div.DivClassName
{
background-color: #438C75;
}
.BgClassName
{
background-color: #438C75;
}
</style>
border-color css
<style>
span { border-color: #438C75; }
span { border-color: rgb(67,140,117); }
td.TdClassName
{
border-color: #438C75;
}
.TagClassName
{
border-color: #438C75;
}
</style>