Shades of Viridian Green #55645C
Tints of Viridian Green #55645C
RGB
CMYK
RGB Variations
Color information
#55645C (or 0x55645C) is known color: Viridian Green. HEX triplet: 55, 64 and 5C. RGB value is (85,100,92). Sum of RGB (Red+Green+Blue) = 85+100+92=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #55645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55645C is #AA9BA3. Grayscale: #5E5E5E. Windows color (decimal): -11180964 or 6054997. OLE color: 6054997.
HSL color Cylindrical-coordinate representation of color #55645C: hue angle of 148º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55645C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 92 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.61 |
| HSL | 148º | 0.08% | 0.36% | - |
| HSV(B) | 148º | 0.15% | 0.39% | - |
| XYZ | 10.24 | 11.82 | 11.87 | - |
| YUV | 94.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 92 | 0.15 | 0 | 0.08 | 0.61 | 148 | 0.08 | 0.36 |
| Hex | 55 | 64 | 5C | F | 0 | 8 | 3D | 94 | 8 | 24 |
| Octal | 125 | 144 | 134 | 17 | 0 | 10 | 75 | 224 | 10 | 44 |
| Binary | 1010101 | 1100100 | 1011100 | 1111 | 0 | 1000 | 111101 | 10010100 | 1000 | 100100 |
Color Harmonies of #55645C
Complementary color
Monochromatic Colors of #55645C
Black with #55645C
Text Example
Text Example
White with #55645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55645C; }
p { color: rgb(85,100,92); }
H1.HeaderClassName
{
color: #55645C;
}
.AnyTagClassName
{
color: #55645C;
}
</style>
background-color css
<style>
a { background-color: #55645C; }
a { background-color: rgb(85,100,92); }
div.DivClassName
{
background-color: #55645C;
}
.BgClassName
{
background-color: #55645C;
}
</style>
border-color css
<style>
span { border-color: #55645C; }
span { border-color: rgb(85,100,92); }
td.TdClassName
{
border-color: #55645C;
}
.TagClassName
{
border-color: #55645C;
}
</style>