Shades of Viridian #35836C
Tints of Viridian #35836C
RGB
CMYK
RGB Variations
Color information
#35836C (or 0x35836C) is known color: Viridian. HEX triplet: 35, 83 and 6C. RGB value is (53,131,108). Sum of RGB (Red+Green+Blue) = 53+131+108=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #35836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35836C is #CA7C93. Grayscale: #696969. Windows color (decimal): -13270164 or 7111477. OLE color: 7111477.
HSL color Cylindrical-coordinate representation of color #35836C: hue angle of 162.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35836C is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 108 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.49 |
| HSL | 162.31º | 0.42% | 0.36% | - |
| HSV(B) | 162.31º | 0.6% | 0.51% | - |
| XYZ | 12.29 | 18.07 | 17.03 | - |
| YUV | 105.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 108 | 0.60 | 0 | 0.18 | 0.49 | 162.31 | 0.42 | 0.36 |
| Hex | 35 | 83 | 6C | 3C | 0 | 12 | 31 | A2 | 2A | 24 |
| Octal | 65 | 203 | 154 | 74 | 0 | 22 | 61 | 242 | 52 | 44 |
| Binary | 110101 | 10000011 | 1101100 | 111100 | 0 | 10010 | 110001 | 10100010 | 101010 | 100100 |
Color Harmonies of #35836C
Complementary color
Monochromatic Colors of #35836C
Black with #35836C
Text Example
Text Example
White with #35836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35836C; }
p { color: rgb(53,131,108); }
H1.HeaderClassName
{
color: #35836C;
}
.AnyTagClassName
{
color: #35836C;
}
</style>
background-color css
<style>
a { background-color: #35836C; }
a { background-color: rgb(53,131,108); }
div.DivClassName
{
background-color: #35836C;
}
.BgClassName
{
background-color: #35836C;
}
</style>
border-color css
<style>
span { border-color: #35836C; }
span { border-color: rgb(53,131,108); }
td.TdClassName
{
border-color: #35836C;
}
.TagClassName
{
border-color: #35836C;
}
</style>