Shades of Viridian Green #52665F
Tints of Viridian Green #52665F
RGB
CMYK
RGB Variations
Color information
#52665F (or 0x52665F) is known color: Viridian Green. HEX triplet: 52, 66 and 5F. RGB value is (82,102,95). Sum of RGB (Red+Green+Blue) = 82+102+95=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #52665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665F is #AD99A0. Grayscale: #5F5F5F. Windows color (decimal): -11377057 or 6252114. OLE color: 6252114.
HSL color Cylindrical-coordinate representation of color #52665F: hue angle of 159º 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 #52665F is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 102 | 95 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.6 |
| HSL | 159º | 0.11% | 0.36% | - |
| HSV(B) | 159º | 0.2% | 0.4% | - |
| XYZ | 10.3 | 12.12 | 12.62 | - |
| YUV | 95.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 95 | 0.20 | 0 | 0.07 | 0.6 | 159 | 0.11 | 0.36 |
| Hex | 52 | 66 | 5F | 14 | 0 | 7 | 3C | 9F | B | 24 |
| Octal | 122 | 146 | 137 | 24 | 0 | 7 | 74 | 237 | 13 | 44 |
| Binary | 1010010 | 1100110 | 1011111 | 10100 | 0 | 111 | 111100 | 10011111 | 1011 | 100100 |
Color Harmonies of #52665F
Complementary color
Monochromatic Colors of #52665F
Black with #52665F
Text Example
Text Example
White with #52665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52665F; }
p { color: rgb(82,102,95); }
H1.HeaderClassName
{
color: #52665F;
}
.AnyTagClassName
{
color: #52665F;
}
</style>
background-color css
<style>
a { background-color: #52665F; }
a { background-color: rgb(82,102,95); }
div.DivClassName
{
background-color: #52665F;
}
.BgClassName
{
background-color: #52665F;
}
</style>
border-color css
<style>
span { border-color: #52665F; }
span { border-color: rgb(82,102,95); }
td.TdClassName
{
border-color: #52665F;
}
.TagClassName
{
border-color: #52665F;
}
</style>