Shades of Viridian Green #52605A
Tints of Viridian Green #52605A
RGB
CMYK
RGB Variations
Color information
#52605A (or 0x52605A) is known color: Viridian Green. HEX triplet: 52, 60 and 5A. RGB value is (82,96,90). Sum of RGB (Red+Green+Blue) = 82+96+90=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #52605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52605A is #AD9FA5. Grayscale: #5B5B5B. Windows color (decimal): -11378598 or 5922898. OLE color: 5922898.
HSL color Cylindrical-coordinate representation of color #52605A: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52605A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 90 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.62 |
| HSL | 154.29º | 0.08% | 0.35% | - |
| HSV(B) | 154.29º | 0.15% | 0.38% | - |
| XYZ | 9.51 | 10.9 | 11.28 | - |
| YUV | 91.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 90 | 0.15 | 0 | 0.06 | 0.62 | 154.29 | 0.08 | 0.35 |
| Hex | 52 | 60 | 5A | F | 0 | 6 | 3E | 9A | 8 | 23 |
| Octal | 122 | 140 | 132 | 17 | 0 | 6 | 76 | 232 | 10 | 43 |
| Binary | 1010010 | 1100000 | 1011010 | 1111 | 0 | 110 | 111110 | 10011010 | 1000 | 100011 |
Color Harmonies of #52605A
Complementary color
Monochromatic Colors of #52605A
Black with #52605A
Text Example
Text Example
White with #52605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52605A; }
p { color: rgb(82,96,90); }
H1.HeaderClassName
{
color: #52605A;
}
.AnyTagClassName
{
color: #52605A;
}
</style>
background-color css
<style>
a { background-color: #52605A; }
a { background-color: rgb(82,96,90); }
div.DivClassName
{
background-color: #52605A;
}
.BgClassName
{
background-color: #52605A;
}
</style>
border-color css
<style>
span { border-color: #52605A; }
span { border-color: rgb(82,96,90); }
td.TdClassName
{
border-color: #52605A;
}
.TagClassName
{
border-color: #52605A;
}
</style>