Shades of Viridian #348B75
Tints of Viridian #348B75
RGB
CMYK
RGB Variations
Color information
#348B75 (or 0x348B75) is known color: Viridian. HEX triplet: 34, 8B and 75. RGB value is (52,139,117). Sum of RGB (Red+Green+Blue) = 52+139+117=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #348B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B75 is #CB748A. Grayscale: #6E6E6E. Windows color (decimal): -13333643 or 7703348. OLE color: 7703348.
HSL color Cylindrical-coordinate representation of color #348B75: hue angle of 164.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B75 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 117 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.45 |
| HSL | 164.83º | 0.46% | 0.37% | - |
| HSV(B) | 164.83º | 0.63% | 0.55% | - |
| XYZ | 13.86 | 20.48 | 20.05 | - |
| YUV | 110.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 117 | 0.63 | 0 | 0.16 | 0.45 | 164.83 | 0.46 | 0.37 |
| Hex | 34 | 8B | 75 | 3F | 0 | 10 | 2D | A5 | 2E | 25 |
| Octal | 64 | 213 | 165 | 77 | 0 | 20 | 55 | 245 | 56 | 45 |
| Binary | 110100 | 10001011 | 1110101 | 111111 | 0 | 10000 | 101101 | 10100101 | 101110 | 100101 |
Color Harmonies of #348B75
Complementary color
Monochromatic Colors of #348B75
Black with #348B75
Text Example
Text Example
White with #348B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B75; }
p { color: rgb(52,139,117); }
H1.HeaderClassName
{
color: #348B75;
}
.AnyTagClassName
{
color: #348B75;
}
</style>
background-color css
<style>
a { background-color: #348B75; }
a { background-color: rgb(52,139,117); }
div.DivClassName
{
background-color: #348B75;
}
.BgClassName
{
background-color: #348B75;
}
</style>
border-color css
<style>
span { border-color: #348B75; }
span { border-color: rgb(52,139,117); }
td.TdClassName
{
border-color: #348B75;
}
.TagClassName
{
border-color: #348B75;
}
</style>