Shades of Evening Sea #24614B
Tints of Evening Sea #24614B
RGB
CMYK
RGB Variations
Color information
#24614B (or 0x24614B) is known color: Evening Sea. HEX triplet: 24, 61 and 4B. RGB value is (36,97,75). Sum of RGB (Red+Green+Blue) = 36+97+75=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #24614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24614B is #DB9EB4. Grayscale: #4C4C4C. Windows color (decimal): -14393013 or 4940068. OLE color: 4940068.
HSL color Cylindrical-coordinate representation of color #24614B: hue angle of 158.36º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24614B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 97 | 75 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.62 |
| HSL | 158.36º | 0.46% | 0.26% | - |
| HSV(B) | 158.36º | 0.63% | 0.38% | - |
| XYZ | 6.27 | 9.43 | 8.15 | - |
| YUV | 76.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 75 | 0.63 | 0 | 0.23 | 0.62 | 158.36 | 0.46 | 0.26 |
| Hex | 24 | 61 | 4B | 3F | 0 | 17 | 3E | 9E | 2E | 1A |
| Octal | 44 | 141 | 113 | 77 | 0 | 27 | 76 | 236 | 56 | 32 |
| Binary | 100100 | 1100001 | 1001011 | 111111 | 0 | 10111 | 111110 | 10011110 | 101110 | 11010 |
Color Harmonies of #24614B
Complementary color
Monochromatic Colors of #24614B
Black with #24614B
Text Example
Text Example
White with #24614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24614B; }
p { color: rgb(36,97,75); }
H1.HeaderClassName
{
color: #24614B;
}
.AnyTagClassName
{
color: #24614B;
}
</style>
background-color css
<style>
a { background-color: #24614B; }
a { background-color: rgb(36,97,75); }
div.DivClassName
{
background-color: #24614B;
}
.BgClassName
{
background-color: #24614B;
}
</style>
border-color css
<style>
span { border-color: #24614B; }
span { border-color: rgb(36,97,75); }
td.TdClassName
{
border-color: #24614B;
}
.TagClassName
{
border-color: #24614B;
}
</style>