Shades of Half Baked #4D9592
Tints of Half Baked #4D9592
RGB
CMYK
RGB Variations
Color information
#4D9592 (or 0x4D9592) is known color: Half Baked. HEX triplet: 4D, 95 and 92. RGB value is (77,149,146). Sum of RGB (Red+Green+Blue) = 77+149+146=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9592 is #B26A6D. Grayscale: #7F7F7F. Windows color (decimal): -11692654 or 9606477. OLE color: 9606477.
HSL color Cylindrical-coordinate representation of color #4D9592: hue angle of 177.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9592 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 146 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.42 |
| HSL | 177.5º | 0.32% | 0.44% | - |
| HSV(B) | 177.5º | 0.48% | 0.58% | - |
| XYZ | 19 | 25.15 | 31.05 | - |
| YUV | 127.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 146 | 0.48 | 0 | 0.02 | 0.42 | 177.5 | 0.32 | 0.44 |
| Hex | 4D | 95 | 92 | 30 | 0 | 2 | 2A | B2 | 20 | 2C |
| Octal | 115 | 225 | 222 | 60 | 0 | 2 | 52 | 262 | 40 | 54 |
| Binary | 1001101 | 10010101 | 10010010 | 110000 | 0 | 10 | 101010 | 10110010 | 100000 | 101100 |
Color Harmonies of #4D9592
Complementary color
Monochromatic Colors of #4D9592
Black with #4D9592
Text Example
Text Example
White with #4D9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9592; }
p { color: rgb(77,149,146); }
H1.HeaderClassName
{
color: #4D9592;
}
.AnyTagClassName
{
color: #4D9592;
}
</style>
background-color css
<style>
a { background-color: #4D9592; }
a { background-color: rgb(77,149,146); }
div.DivClassName
{
background-color: #4D9592;
}
.BgClassName
{
background-color: #4D9592;
}
</style>
border-color css
<style>
span { border-color: #4D9592; }
span { border-color: rgb(77,149,146); }
td.TdClassName
{
border-color: #4D9592;
}
.TagClassName
{
border-color: #4D9592;
}
</style>