Shades of Keppel #4CB390
Tints of Keppel #4CB390
RGB
CMYK
RGB Variations
Color information
#4CB390 (or 0x4CB390) is known color: Keppel. HEX triplet: 4C, B3 and 90. RGB value is (76,179,144). Sum of RGB (Red+Green+Blue) = 76+179+144=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB390 is #B34C6F. Grayscale: #909090. Windows color (decimal): -11750512 or 9483084. OLE color: 9483084.
HSL color Cylindrical-coordinate representation of color #4CB390: hue angle of 159.61º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB390 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 144 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.30 |
| HSL | 159.61º | 0.4% | 0.5% | - |
| HSV(B) | 159.61º | 0.58% | 0.7% | - |
| XYZ | 24.13 | 35.79 | 32.02 | - |
| YUV | 144.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 144 | 0.58 | 0 | 0.20 | 0.30 | 159.61 | 0.4 | 0.5 |
| Hex | 4C | B3 | 90 | 3A | 0 | 14 | 1E | A0 | 28 | 32 |
| Octal | 114 | 263 | 220 | 72 | 0 | 24 | 36 | 240 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10010000 | 111010 | 0 | 10100 | 11110 | 10100000 | 101000 | 110010 |
Color Harmonies of #4CB390
Complementary color
Monochromatic Colors of #4CB390
Black with #4CB390
Text Example
Text Example
White with #4CB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB390; }
p { color: rgb(76,179,144); }
H1.HeaderClassName
{
color: #4CB390;
}
.AnyTagClassName
{
color: #4CB390;
}
</style>
background-color css
<style>
a { background-color: #4CB390; }
a { background-color: rgb(76,179,144); }
div.DivClassName
{
background-color: #4CB390;
}
.BgClassName
{
background-color: #4CB390;
}
</style>
border-color css
<style>
span { border-color: #4CB390; }
span { border-color: rgb(76,179,144); }
td.TdClassName
{
border-color: #4CB390;
}
.TagClassName
{
border-color: #4CB390;
}
</style>