Shades of Como #4B825B
Tints of Como #4B825B
RGB
CMYK
RGB Variations
Color information
#4B825B (or 0x4B825B) is known color: Como. HEX triplet: 4B, 82 and 5B. RGB value is (75,130,91). Sum of RGB (Red+Green+Blue) = 75+130+91=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #4B825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B825B is #B47DA4. Grayscale: #6D6D6D. Windows color (decimal): -11828645 or 5997131. OLE color: 5997131.
HSL color Cylindrical-coordinate representation of color #4B825B: hue angle of 137.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B825B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 91 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.49 |
| HSL | 137.45º | 0.27% | 0.4% | - |
| HSV(B) | 137.45º | 0.42% | 0.51% | - |
| XYZ | 12.77 | 18.22 | 12.74 | - |
| YUV | 109.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 91 | 0.42 | 0 | 0.30 | 0.49 | 137.45 | 0.27 | 0.4 |
| Hex | 4B | 82 | 5B | 2A | 0 | 1E | 31 | 89 | 1B | 28 |
| Octal | 113 | 202 | 133 | 52 | 0 | 36 | 61 | 211 | 33 | 50 |
| Binary | 1001011 | 10000010 | 1011011 | 101010 | 0 | 11110 | 110001 | 10001001 | 11011 | 101000 |
Color Harmonies of #4B825B
Complementary color
Monochromatic Colors of #4B825B
Black with #4B825B
Text Example
Text Example
White with #4B825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B825B; }
p { color: rgb(75,130,91); }
H1.HeaderClassName
{
color: #4B825B;
}
.AnyTagClassName
{
color: #4B825B;
}
</style>
background-color css
<style>
a { background-color: #4B825B; }
a { background-color: rgb(75,130,91); }
div.DivClassName
{
background-color: #4B825B;
}
.BgClassName
{
background-color: #4B825B;
}
</style>
border-color css
<style>
span { border-color: #4B825B; }
span { border-color: rgb(75,130,91); }
td.TdClassName
{
border-color: #4B825B;
}
.TagClassName
{
border-color: #4B825B;
}
</style>