Shades of Emerald #4BBB67
Tints of Emerald #4BBB67
RGB
CMYK
RGB Variations
Color information
#4BBB67 (or 0x4BBB67) is known color: Emerald. HEX triplet: 4B, BB and 67. RGB value is (75,187,103). Sum of RGB (Red+Green+Blue) = 75+187+103=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBB67 is #B44498. Grayscale: #909090. Windows color (decimal): -11814041 or 6798155. OLE color: 6798155.
HSL color Cylindrical-coordinate representation of color #4BBB67: hue angle of 135º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBB67 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 103 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.27 |
| HSL | 135º | 0.45% | 0.51% | - |
| HSV(B) | 135º | 0.6% | 0.73% | - |
| XYZ | 23.12 | 38.02 | 18.95 | - |
| YUV | 143.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 103 | 0.60 | 0 | 0.45 | 0.27 | 135 | 0.45 | 0.51 |
| Hex | 4B | BB | 67 | 3C | 0 | 2D | 1B | 87 | 2D | 33 |
| Octal | 113 | 273 | 147 | 74 | 0 | 55 | 33 | 207 | 55 | 63 |
| Binary | 1001011 | 10111011 | 1100111 | 111100 | 0 | 101101 | 11011 | 10000111 | 101101 | 110011 |
Color Harmonies of #4BBB67
Complementary color
Monochromatic Colors of #4BBB67
Black with #4BBB67
Text Example
Text Example
White with #4BBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBB67; }
p { color: rgb(75,187,103); }
H1.HeaderClassName
{
color: #4BBB67;
}
.AnyTagClassName
{
color: #4BBB67;
}
</style>
background-color css
<style>
a { background-color: #4BBB67; }
a { background-color: rgb(75,187,103); }
div.DivClassName
{
background-color: #4BBB67;
}
.BgClassName
{
background-color: #4BBB67;
}
</style>
border-color css
<style>
span { border-color: #4BBB67; }
span { border-color: rgb(75,187,103); }
td.TdClassName
{
border-color: #4BBB67;
}
.TagClassName
{
border-color: #4BBB67;
}
</style>