Shades of Viridian Green #53635B
Tints of Viridian Green #53635B
RGB
CMYK
RGB Variations
Color information
#53635B (or 0x53635B) is known color: Viridian Green. HEX triplet: 53, 63 and 5B. RGB value is (83,99,91). Sum of RGB (Red+Green+Blue) = 83+99+91=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #53635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53635B is #AC9CA4. Grayscale: #5D5D5D. Windows color (decimal): -11312293 or 5989203. OLE color: 5989203.
HSL color Cylindrical-coordinate representation of color #53635B: hue angle of 150º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53635B is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 91 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.61 |
| HSL | 150º | 0.09% | 0.36% | - |
| HSV(B) | 150º | 0.16% | 0.39% | - |
| XYZ | 9.92 | 11.52 | 11.6 | - |
| YUV | 93.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 91 | 0.16 | 0 | 0.08 | 0.61 | 150 | 0.09 | 0.36 |
| Hex | 53 | 63 | 5B | 10 | 0 | 8 | 3D | 96 | 9 | 24 |
| Octal | 123 | 143 | 133 | 20 | 0 | 10 | 75 | 226 | 11 | 44 |
| Binary | 1010011 | 1100011 | 1011011 | 10000 | 0 | 1000 | 111101 | 10010110 | 1001 | 100100 |
Color Harmonies of #53635B
Complementary color
Monochromatic Colors of #53635B
Black with #53635B
Text Example
Text Example
White with #53635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53635B; }
p { color: rgb(83,99,91); }
H1.HeaderClassName
{
color: #53635B;
}
.AnyTagClassName
{
color: #53635B;
}
</style>
background-color css
<style>
a { background-color: #53635B; }
a { background-color: rgb(83,99,91); }
div.DivClassName
{
background-color: #53635B;
}
.BgClassName
{
background-color: #53635B;
}
</style>
border-color css
<style>
span { border-color: #53635B; }
span { border-color: rgb(83,99,91); }
td.TdClassName
{
border-color: #53635B;
}
.TagClassName
{
border-color: #53635B;
}
</style>