Shades of Viridian #35806B
Tints of Viridian #35806B
RGB
CMYK
RGB Variations
Color information
#35806B (or 0x35806B) is known color: Viridian. HEX triplet: 35, 80 and 6B. RGB value is (53,128,107). Sum of RGB (Red+Green+Blue) = 53+128+107=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #35806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35806B is #CA7F94. Grayscale: #676767. Windows color (decimal): -13270933 or 7045173. OLE color: 7045173.
HSL color Cylindrical-coordinate representation of color #35806B: hue angle of 163.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35806B is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 107 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.50 |
| HSL | 163.2º | 0.41% | 0.35% | - |
| HSV(B) | 163.2º | 0.59% | 0.5% | - |
| XYZ | 11.84 | 17.26 | 16.62 | - |
| YUV | 103.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 107 | 0.59 | 0 | 0.16 | 0.50 | 163.2 | 0.41 | 0.35 |
| Hex | 35 | 80 | 6B | 3B | 0 | 10 | 32 | A3 | 29 | 23 |
| Octal | 65 | 200 | 153 | 73 | 0 | 20 | 62 | 243 | 51 | 43 |
| Binary | 110101 | 10000000 | 1101011 | 111011 | 0 | 10000 | 110010 | 10100011 | 101001 | 100011 |
Color Harmonies of #35806B
Complementary color
Monochromatic Colors of #35806B
Black with #35806B
Text Example
Text Example
White with #35806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35806B; }
p { color: rgb(53,128,107); }
H1.HeaderClassName
{
color: #35806B;
}
.AnyTagClassName
{
color: #35806B;
}
</style>
background-color css
<style>
a { background-color: #35806B; }
a { background-color: rgb(53,128,107); }
div.DivClassName
{
background-color: #35806B;
}
.BgClassName
{
background-color: #35806B;
}
</style>
border-color css
<style>
span { border-color: #35806B; }
span { border-color: rgb(53,128,107); }
td.TdClassName
{
border-color: #35806B;
}
.TagClassName
{
border-color: #35806B;
}
</style>