Shades of Viridian #35886B
Tints of Viridian #35886B
RGB
CMYK
RGB Variations
Color information
#35886B (or 0x35886B) is known color: Viridian. HEX triplet: 35, 88 and 6B. RGB value is (53,136,107). Sum of RGB (Red+Green+Blue) = 53+136+107=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #35886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35886B is #CA7794. Grayscale: #6B6B6B. Windows color (decimal): -13268885 or 7047221. OLE color: 7047221.
HSL color Cylindrical-coordinate representation of color #35886B: hue angle of 159.04º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35886B is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 107 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.47 |
| HSL | 159.04º | 0.44% | 0.37% | - |
| HSV(B) | 159.04º | 0.61% | 0.53% | - |
| XYZ | 12.93 | 19.43 | 16.98 | - |
| YUV | 107.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 107 | 0.61 | 0 | 0.21 | 0.47 | 159.04 | 0.44 | 0.37 |
| Hex | 35 | 88 | 6B | 3D | 0 | 15 | 2F | 9F | 2C | 25 |
| Octal | 65 | 210 | 153 | 75 | 0 | 25 | 57 | 237 | 54 | 45 |
| Binary | 110101 | 10001000 | 1101011 | 111101 | 0 | 10101 | 101111 | 10011111 | 101100 | 100101 |
Color Harmonies of #35886B
Complementary color
Monochromatic Colors of #35886B
Black with #35886B
Text Example
Text Example
White with #35886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35886B; }
p { color: rgb(53,136,107); }
H1.HeaderClassName
{
color: #35886B;
}
.AnyTagClassName
{
color: #35886B;
}
</style>
background-color css
<style>
a { background-color: #35886B; }
a { background-color: rgb(53,136,107); }
div.DivClassName
{
background-color: #35886B;
}
.BgClassName
{
background-color: #35886B;
}
</style>
border-color css
<style>
span { border-color: #35886B; }
span { border-color: rgb(53,136,107); }
td.TdClassName
{
border-color: #35886B;
}
.TagClassName
{
border-color: #35886B;
}
</style>