Shades of Como #4F8A5C
Tints of Como #4F8A5C
RGB
CMYK
RGB Variations
Color information
#4F8A5C (or 0x4F8A5C) is known color: Como. HEX triplet: 4F, 8A and 5C. RGB value is (79,138,92). Sum of RGB (Red+Green+Blue) = 79+138+92=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A5C is #B075A3. Grayscale: #737373. Windows color (decimal): -11564452 or 6064719. OLE color: 6064719.
HSL color Cylindrical-coordinate representation of color #4F8A5C: hue angle of 133.22º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8A5C is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 92 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.46 |
| HSL | 133.22º | 0.27% | 0.43% | - |
| HSV(B) | 133.22º | 0.43% | 0.54% | - |
| XYZ | 14.24 | 20.61 | 13.35 | - |
| YUV | 115.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 92 | 0.43 | 0 | 0.33 | 0.46 | 133.22 | 0.27 | 0.43 |
| Hex | 4F | 8A | 5C | 2B | 0 | 21 | 2E | 85 | 1B | 2B |
| Octal | 117 | 212 | 134 | 53 | 0 | 41 | 56 | 205 | 33 | 53 |
| Binary | 1001111 | 10001010 | 1011100 | 101011 | 0 | 100001 | 101110 | 10000101 | 11011 | 101011 |
Color Harmonies of #4F8A5C
Complementary color
Monochromatic Colors of #4F8A5C
Black with #4F8A5C
Text Example
Text Example
White with #4F8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A5C; }
p { color: rgb(79,138,92); }
H1.HeaderClassName
{
color: #4F8A5C;
}
.AnyTagClassName
{
color: #4F8A5C;
}
</style>
background-color css
<style>
a { background-color: #4F8A5C; }
a { background-color: rgb(79,138,92); }
div.DivClassName
{
background-color: #4F8A5C;
}
.BgClassName
{
background-color: #4F8A5C;
}
</style>
border-color css
<style>
span { border-color: #4F8A5C; }
span { border-color: rgb(79,138,92); }
td.TdClassName
{
border-color: #4F8A5C;
}
.TagClassName
{
border-color: #4F8A5C;
}
</style>