Shades of Como #4A835B
Tints of Como #4A835B
RGB
CMYK
RGB Variations
Color information
#4A835B (or 0x4A835B) is known color: Como. HEX triplet: 4A, 83 and 5B. RGB value is (74,131,91). Sum of RGB (Red+Green+Blue) = 74+131+91=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #4A835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A835B is #B57CA4. Grayscale: #6D6D6D. Windows color (decimal): -11893925 or 5997386. OLE color: 5997386.
HSL color Cylindrical-coordinate representation of color #4A835B: hue angle of 137.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A835B is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 91 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.49 |
| HSL | 137.89º | 0.28% | 0.4% | - |
| HSV(B) | 137.89º | 0.44% | 0.51% | - |
| XYZ | 12.83 | 18.44 | 12.78 | - |
| YUV | 109.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 91 | 0.44 | 0 | 0.31 | 0.49 | 137.89 | 0.28 | 0.4 |
| Hex | 4A | 83 | 5B | 2C | 0 | 1F | 31 | 8A | 1C | 28 |
| Octal | 112 | 203 | 133 | 54 | 0 | 37 | 61 | 212 | 34 | 50 |
| Binary | 1001010 | 10000011 | 1011011 | 101100 | 0 | 11111 | 110001 | 10001010 | 11100 | 101000 |
Color Harmonies of #4A835B
Complementary color
Monochromatic Colors of #4A835B
Black with #4A835B
Text Example
Text Example
White with #4A835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A835B; }
p { color: rgb(74,131,91); }
H1.HeaderClassName
{
color: #4A835B;
}
.AnyTagClassName
{
color: #4A835B;
}
</style>
background-color css
<style>
a { background-color: #4A835B; }
a { background-color: rgb(74,131,91); }
div.DivClassName
{
background-color: #4A835B;
}
.BgClassName
{
background-color: #4A835B;
}
</style>
border-color css
<style>
span { border-color: #4A835B; }
span { border-color: rgb(74,131,91); }
td.TdClassName
{
border-color: #4A835B;
}
.TagClassName
{
border-color: #4A835B;
}
</style>