Shades of Viridian #438175
Tints of Viridian #438175
RGB
CMYK
RGB Variations
Color information
#438175 (or 0x438175) is known color: Viridian. HEX triplet: 43, 81 and 75. RGB value is (67,129,117). Sum of RGB (Red+Green+Blue) = 67+129+117=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #438175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438175 is #BC7E8A. Grayscale: #6D6D6D. Windows color (decimal): -12353163 or 7700803. OLE color: 7700803.
HSL color Cylindrical-coordinate representation of color #438175: hue angle of 168.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438175 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 129 | 117 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.49 |
| HSL | 168.39º | 0.32% | 0.38% | - |
| HSV(B) | 168.39º | 0.48% | 0.51% | - |
| XYZ | 13.38 | 18.18 | 19.63 | - |
| YUV | 109.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 117 | 0.48 | 0 | 0.09 | 0.49 | 168.39 | 0.32 | 0.38 |
| Hex | 43 | 81 | 75 | 30 | 0 | 9 | 31 | A8 | 20 | 26 |
| Octal | 103 | 201 | 165 | 60 | 0 | 11 | 61 | 250 | 40 | 46 |
| Binary | 1000011 | 10000001 | 1110101 | 110000 | 0 | 1001 | 110001 | 10101000 | 100000 | 100110 |
Color Harmonies of #438175
Complementary color
Monochromatic Colors of #438175
Black with #438175
Text Example
Text Example
White with #438175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438175; }
p { color: rgb(67,129,117); }
H1.HeaderClassName
{
color: #438175;
}
.AnyTagClassName
{
color: #438175;
}
</style>
background-color css
<style>
a { background-color: #438175; }
a { background-color: rgb(67,129,117); }
div.DivClassName
{
background-color: #438175;
}
.BgClassName
{
background-color: #438175;
}
</style>
border-color css
<style>
span { border-color: #438175; }
span { border-color: rgb(67,129,117); }
td.TdClassName
{
border-color: #438175;
}
.TagClassName
{
border-color: #438175;
}
</style>