Shades of Viridian #358267
Tints of Viridian #358267
RGB
CMYK
RGB Variations
Color information
#358267 (or 0x358267) is known color: Viridian. HEX triplet: 35, 82 and 67. RGB value is (53,130,103). Sum of RGB (Red+Green+Blue) = 53+130+103=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #358267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358267 is #CA7D98. Grayscale: #676767. Windows color (decimal): -13270425 or 6783541. OLE color: 6783541.
HSL color Cylindrical-coordinate representation of color #358267: hue angle of 158.96º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358267 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 103 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.49 |
| HSL | 158.96º | 0.42% | 0.36% | - |
| HSV(B) | 158.96º | 0.59% | 0.51% | - |
| XYZ | 11.9 | 17.7 | 15.62 | - |
| YUV | 103.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 103 | 0.59 | 0 | 0.21 | 0.49 | 158.96 | 0.42 | 0.36 |
| Hex | 35 | 82 | 67 | 3B | 0 | 15 | 31 | 9F | 2A | 24 |
| Octal | 65 | 202 | 147 | 73 | 0 | 25 | 61 | 237 | 52 | 44 |
| Binary | 110101 | 10000010 | 1100111 | 111011 | 0 | 10101 | 110001 | 10011111 | 101010 | 100100 |
Color Harmonies of #358267
Complementary color
Monochromatic Colors of #358267
Black with #358267
Text Example
Text Example
White with #358267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358267; }
p { color: rgb(53,130,103); }
H1.HeaderClassName
{
color: #358267;
}
.AnyTagClassName
{
color: #358267;
}
</style>
background-color css
<style>
a { background-color: #358267; }
a { background-color: rgb(53,130,103); }
div.DivClassName
{
background-color: #358267;
}
.BgClassName
{
background-color: #358267;
}
</style>
border-color css
<style>
span { border-color: #358267; }
span { border-color: rgb(53,130,103); }
td.TdClassName
{
border-color: #358267;
}
.TagClassName
{
border-color: #358267;
}
</style>