Shades of Viridian #438B76
Tints of Viridian #438B76
RGB
CMYK
RGB Variations
Color information
#438B76 (or 0x438B76) is known color: Viridian. HEX triplet: 43, 8B and 76. RGB value is (67,139,118). Sum of RGB (Red+Green+Blue) = 67+139+118=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #438B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B76 is #BC7489. Grayscale: #737373. Windows color (decimal): -12350602 or 7768899. OLE color: 7768899.
HSL color Cylindrical-coordinate representation of color #438B76: hue angle of 162.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B76 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 118 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.45 |
| HSL | 162.5º | 0.35% | 0.4% | - |
| HSV(B) | 162.5º | 0.52% | 0.55% | - |
| XYZ | 14.82 | 20.97 | 20.41 | - |
| YUV | 115.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 118 | 0.52 | 0 | 0.15 | 0.45 | 162.5 | 0.35 | 0.4 |
| Hex | 43 | 8B | 76 | 34 | 0 | F | 2D | A2 | 23 | 28 |
| Octal | 103 | 213 | 166 | 64 | 0 | 17 | 55 | 242 | 43 | 50 |
| Binary | 1000011 | 10001011 | 1110110 | 110100 | 0 | 1111 | 101101 | 10100010 | 100011 | 101000 |
Color Harmonies of #438B76
Complementary color
Monochromatic Colors of #438B76
Black with #438B76
Text Example
Text Example
White with #438B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B76; }
p { color: rgb(67,139,118); }
H1.HeaderClassName
{
color: #438B76;
}
.AnyTagClassName
{
color: #438B76;
}
</style>
background-color css
<style>
a { background-color: #438B76; }
a { background-color: rgb(67,139,118); }
div.DivClassName
{
background-color: #438B76;
}
.BgClassName
{
background-color: #438B76;
}
</style>
border-color css
<style>
span { border-color: #438B76; }
span { border-color: rgb(67,139,118); }
td.TdClassName
{
border-color: #438B76;
}
.TagClassName
{
border-color: #438B76;
}
</style>