Shades of Como #4D825C
Tints of Como #4D825C
RGB
CMYK
RGB Variations
Color information
#4D825C (or 0x4D825C) is known color: Como. HEX triplet: 4D, 82 and 5C. RGB value is (77,130,92). Sum of RGB (Red+Green+Blue) = 77+130+92=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #4D825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D825C is #B27DA3. Grayscale: #6D6D6D. Windows color (decimal): -11697572 or 6062669. OLE color: 6062669.
HSL color Cylindrical-coordinate representation of color #4D825C: hue angle of 136.98º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D825C is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 92 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.49 |
| HSL | 136.98º | 0.26% | 0.41% | - |
| HSV(B) | 136.98º | 0.41% | 0.51% | - |
| XYZ | 12.97 | 18.32 | 12.98 | - |
| YUV | 109.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 92 | 0.41 | 0 | 0.29 | 0.49 | 136.98 | 0.26 | 0.41 |
| Hex | 4D | 82 | 5C | 29 | 0 | 1D | 31 | 89 | 1A | 29 |
| Octal | 115 | 202 | 134 | 51 | 0 | 35 | 61 | 211 | 32 | 51 |
| Binary | 1001101 | 10000010 | 1011100 | 101001 | 0 | 11101 | 110001 | 10001001 | 11010 | 101001 |
Color Harmonies of #4D825C
Complementary color
Monochromatic Colors of #4D825C
Black with #4D825C
Text Example
Text Example
White with #4D825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D825C; }
p { color: rgb(77,130,92); }
H1.HeaderClassName
{
color: #4D825C;
}
.AnyTagClassName
{
color: #4D825C;
}
</style>
background-color css
<style>
a { background-color: #4D825C; }
a { background-color: rgb(77,130,92); }
div.DivClassName
{
background-color: #4D825C;
}
.BgClassName
{
background-color: #4D825C;
}
</style>
border-color css
<style>
span { border-color: #4D825C; }
span { border-color: rgb(77,130,92); }
td.TdClassName
{
border-color: #4D825C;
}
.TagClassName
{
border-color: #4D825C;
}
</style>