Shades of Keppel #4CB395
Tints of Keppel #4CB395
RGB
CMYK
RGB Variations
Color information
#4CB395 (or 0x4CB395) is known color: Keppel. HEX triplet: 4C, B3 and 95. RGB value is (76,179,149). Sum of RGB (Red+Green+Blue) = 76+179+149=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB395 is #B34C6A. Grayscale: #909090. Windows color (decimal): -11750507 or 9810764. OLE color: 9810764.
HSL color Cylindrical-coordinate representation of color #4CB395: hue angle of 162.52º 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 #4CB395 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 149 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.30 |
| HSL | 162.52º | 0.4% | 0.5% | - |
| HSV(B) | 162.52º | 0.58% | 0.7% | - |
| XYZ | 24.53 | 35.95 | 34.08 | - |
| YUV | 144.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 149 | 0.58 | 0 | 0.17 | 0.30 | 162.52 | 0.4 | 0.5 |
| Hex | 4C | B3 | 95 | 3A | 0 | 11 | 1E | A3 | 28 | 32 |
| Octal | 114 | 263 | 225 | 72 | 0 | 21 | 36 | 243 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10010101 | 111010 | 0 | 10001 | 11110 | 10100011 | 101000 | 110010 |
Color Harmonies of #4CB395
Complementary color
Monochromatic Colors of #4CB395
Black with #4CB395
Text Example
Text Example
White with #4CB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB395; }
p { color: rgb(76,179,149); }
H1.HeaderClassName
{
color: #4CB395;
}
.AnyTagClassName
{
color: #4CB395;
}
</style>
background-color css
<style>
a { background-color: #4CB395; }
a { background-color: rgb(76,179,149); }
div.DivClassName
{
background-color: #4CB395;
}
.BgClassName
{
background-color: #4CB395;
}
</style>
border-color css
<style>
span { border-color: #4CB395; }
span { border-color: rgb(76,179,149); }
td.TdClassName
{
border-color: #4CB395;
}
.TagClassName
{
border-color: #4CB395;
}
</style>