Shades of Viridian #358A6E
Tints of Viridian #358A6E
RGB
CMYK
RGB Variations
Color information
#358A6E (or 0x358A6E) is known color: Viridian. HEX triplet: 35, 8A and 6E. RGB value is (53,138,110). Sum of RGB (Red+Green+Blue) = 53+138+110=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #358A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A6E is #CA7591. Grayscale: #6D6D6D. Windows color (decimal): -13268370 or 7244341. OLE color: 7244341.
HSL color Cylindrical-coordinate representation of color #358A6E: hue angle of 160.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A6E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 110 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.46 |
| HSL | 160.24º | 0.45% | 0.37% | - |
| HSV(B) | 160.24º | 0.62% | 0.54% | - |
| XYZ | 13.37 | 20.06 | 17.92 | - |
| YUV | 109.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 110 | 0.62 | 0 | 0.20 | 0.46 | 160.24 | 0.45 | 0.37 |
| Hex | 35 | 8A | 6E | 3E | 0 | 14 | 2E | A0 | 2D | 25 |
| Octal | 65 | 212 | 156 | 76 | 0 | 24 | 56 | 240 | 55 | 45 |
| Binary | 110101 | 10001010 | 1101110 | 111110 | 0 | 10100 | 101110 | 10100000 | 101101 | 100101 |
Color Harmonies of #358A6E
Complementary color
Monochromatic Colors of #358A6E
Black with #358A6E
Text Example
Text Example
White with #358A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A6E; }
p { color: rgb(53,138,110); }
H1.HeaderClassName
{
color: #358A6E;
}
.AnyTagClassName
{
color: #358A6E;
}
</style>
background-color css
<style>
a { background-color: #358A6E; }
a { background-color: rgb(53,138,110); }
div.DivClassName
{
background-color: #358A6E;
}
.BgClassName
{
background-color: #358A6E;
}
</style>
border-color css
<style>
span { border-color: #358A6E; }
span { border-color: rgb(53,138,110); }
td.TdClassName
{
border-color: #358A6E;
}
.TagClassName
{
border-color: #358A6E;
}
</style>