Shades of Viridian Green #52675C
Tints of Viridian Green #52675C
RGB
CMYK
RGB Variations
Color information
#52675C (or 0x52675C) is known color: Viridian Green. HEX triplet: 52, 67 and 5C. RGB value is (82,103,92). Sum of RGB (Red+Green+Blue) = 82+103+92=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #52675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52675C is #AD98A3. Grayscale: #5F5F5F. Windows color (decimal): -11376804 or 6055762. OLE color: 6055762.
HSL color Cylindrical-coordinate representation of color #52675C: hue angle of 148.57º 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 #52675C is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 92 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.60 |
| HSL | 148.57º | 0.11% | 0.36% | - |
| HSV(B) | 148.57º | 0.2% | 0.4% | - |
| XYZ | 10.26 | 12.27 | 11.95 | - |
| YUV | 95.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 92 | 0.20 | 0 | 0.11 | 0.60 | 148.57 | 0.11 | 0.36 |
| Hex | 52 | 67 | 5C | 14 | 0 | B | 3C | 95 | B | 24 |
| Octal | 122 | 147 | 134 | 24 | 0 | 13 | 74 | 225 | 13 | 44 |
| Binary | 1010010 | 1100111 | 1011100 | 10100 | 0 | 1011 | 111100 | 10010101 | 1011 | 100100 |
Color Harmonies of #52675C
Complementary color
Monochromatic Colors of #52675C
Black with #52675C
Text Example
Text Example
White with #52675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52675C; }
p { color: rgb(82,103,92); }
H1.HeaderClassName
{
color: #52675C;
}
.AnyTagClassName
{
color: #52675C;
}
</style>
background-color css
<style>
a { background-color: #52675C; }
a { background-color: rgb(82,103,92); }
div.DivClassName
{
background-color: #52675C;
}
.BgClassName
{
background-color: #52675C;
}
</style>
border-color css
<style>
span { border-color: #52675C; }
span { border-color: rgb(82,103,92); }
td.TdClassName
{
border-color: #52675C;
}
.TagClassName
{
border-color: #52675C;
}
</style>