Shades of Viridian Green #52675D
Tints of Viridian Green #52675D
RGB
CMYK
RGB Variations
Color information
#52675D (or 0x52675D) is known color: Viridian Green. HEX triplet: 52, 67 and 5D. RGB value is (82,103,93). Sum of RGB (Red+Green+Blue) = 82+103+93=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #52675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52675D is #AD98A2. Grayscale: #5F5F5F. Windows color (decimal): -11376803 or 6121298. OLE color: 6121298.
HSL color Cylindrical-coordinate representation of color #52675D: hue angle of 151.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52675D is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 93 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.60 |
| HSL | 151.43º | 0.11% | 0.36% | - |
| HSV(B) | 151.43º | 0.2% | 0.4% | - |
| XYZ | 10.31 | 12.28 | 12.18 | - |
| YUV | 95.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 93 | 0.20 | 0 | 0.10 | 0.60 | 151.43 | 0.11 | 0.36 |
| Hex | 52 | 67 | 5D | 14 | 0 | A | 3C | 97 | B | 24 |
| Octal | 122 | 147 | 135 | 24 | 0 | 12 | 74 | 227 | 13 | 44 |
| Binary | 1010010 | 1100111 | 1011101 | 10100 | 0 | 1010 | 111100 | 10010111 | 1011 | 100100 |
Color Harmonies of #52675D
Complementary color
Monochromatic Colors of #52675D
Black with #52675D
Text Example
Text Example
White with #52675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52675D; }
p { color: rgb(82,103,93); }
H1.HeaderClassName
{
color: #52675D;
}
.AnyTagClassName
{
color: #52675D;
}
</style>
background-color css
<style>
a { background-color: #52675D; }
a { background-color: rgb(82,103,93); }
div.DivClassName
{
background-color: #52675D;
}
.BgClassName
{
background-color: #52675D;
}
</style>
border-color css
<style>
span { border-color: #52675D; }
span { border-color: rgb(82,103,93); }
td.TdClassName
{
border-color: #52675D;
}
.TagClassName
{
border-color: #52675D;
}
</style>