Shades of Evening Sea #27604D
Tints of Evening Sea #27604D
RGB
CMYK
RGB Variations
Color information
#27604D (or 0x27604D) is known color: Evening Sea. HEX triplet: 27, 60 and 4D. RGB value is (39,96,77). Sum of RGB (Red+Green+Blue) = 39+96+77=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #27604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27604D is #D89FB2. Grayscale: #4C4C4C. Windows color (decimal): -14196659 or 5070887. OLE color: 5070887.
HSL color Cylindrical-coordinate representation of color #27604D: hue angle of 160º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27604D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 96 | 77 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.62 |
| HSL | 160º | 0.42% | 0.26% | - |
| HSV(B) | 160º | 0.59% | 0.38% | - |
| XYZ | 6.36 | 9.33 | 8.49 | - |
| YUV | 76.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 77 | 0.59 | 0 | 0.20 | 0.62 | 160 | 0.42 | 0.26 |
| Hex | 27 | 60 | 4D | 3B | 0 | 14 | 3E | A0 | 2A | 1A |
| Octal | 47 | 140 | 115 | 73 | 0 | 24 | 76 | 240 | 52 | 32 |
| Binary | 100111 | 1100000 | 1001101 | 111011 | 0 | 10100 | 111110 | 10100000 | 101010 | 11010 |
Color Harmonies of #27604D
Complementary color
Monochromatic Colors of #27604D
Black with #27604D
Text Example
Text Example
White with #27604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27604D; }
p { color: rgb(39,96,77); }
H1.HeaderClassName
{
color: #27604D;
}
.AnyTagClassName
{
color: #27604D;
}
</style>
background-color css
<style>
a { background-color: #27604D; }
a { background-color: rgb(39,96,77); }
div.DivClassName
{
background-color: #27604D;
}
.BgClassName
{
background-color: #27604D;
}
</style>
border-color css
<style>
span { border-color: #27604D; }
span { border-color: rgb(39,96,77); }
td.TdClassName
{
border-color: #27604D;
}
.TagClassName
{
border-color: #27604D;
}
</style>