Shades of Viridian Green #52695E
Tints of Viridian Green #52695E
RGB
CMYK
RGB Variations
Color information
#52695E (or 0x52695E) is known color: Viridian Green. HEX triplet: 52, 69 and 5E. RGB value is (82,105,94). Sum of RGB (Red+Green+Blue) = 82+105+94=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #52695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52695E is #AD96A1. Grayscale: #606060. Windows color (decimal): -11376290 or 6187346. OLE color: 6187346.
HSL color Cylindrical-coordinate representation of color #52695E: hue angle of 151.3º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52695E is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 105 | 94 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.59 |
| HSL | 151.3º | 0.12% | 0.37% | - |
| HSV(B) | 151.3º | 0.22% | 0.41% | - |
| XYZ | 10.55 | 12.71 | 12.49 | - |
| YUV | 96.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 94 | 0.22 | 0 | 0.10 | 0.59 | 151.3 | 0.12 | 0.37 |
| Hex | 52 | 69 | 5E | 16 | 0 | A | 3B | 97 | C | 25 |
| Octal | 122 | 151 | 136 | 26 | 0 | 12 | 73 | 227 | 14 | 45 |
| Binary | 1010010 | 1101001 | 1011110 | 10110 | 0 | 1010 | 111011 | 10010111 | 1100 | 100101 |
Color Harmonies of #52695E
Complementary color
Monochromatic Colors of #52695E
Black with #52695E
Text Example
Text Example
White with #52695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52695E; }
p { color: rgb(82,105,94); }
H1.HeaderClassName
{
color: #52695E;
}
.AnyTagClassName
{
color: #52695E;
}
</style>
background-color css
<style>
a { background-color: #52695E; }
a { background-color: rgb(82,105,94); }
div.DivClassName
{
background-color: #52695E;
}
.BgClassName
{
background-color: #52695E;
}
</style>
border-color css
<style>
span { border-color: #52695E; }
span { border-color: rgb(82,105,94); }
td.TdClassName
{
border-color: #52695E;
}
.TagClassName
{
border-color: #52695E;
}
</style>