Shades of Evening Sea #27604F
Tints of Evening Sea #27604F
RGB
CMYK
RGB Variations
Color information
#27604F (or 0x27604F) is known color: Evening Sea. HEX triplet: 27, 60 and 4F. RGB value is (39,96,79). Sum of RGB (Red+Green+Blue) = 39+96+79=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #27604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27604F is #D89FB0. Grayscale: #4D4D4D. Windows color (decimal): -14196657 or 5201959. OLE color: 5201959.
HSL color Cylindrical-coordinate representation of color #27604F: hue angle of 162.11º 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 #27604F is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 96 | 79 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.62 |
| HSL | 162.11º | 0.42% | 0.26% | - |
| HSV(B) | 162.11º | 0.59% | 0.38% | - |
| XYZ | 6.43 | 9.36 | 8.87 | - |
| YUV | 77.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 79 | 0.59 | 0 | 0.18 | 0.62 | 162.11 | 0.42 | 0.26 |
| Hex | 27 | 60 | 4F | 3B | 0 | 12 | 3E | A2 | 2A | 1A |
| Octal | 47 | 140 | 117 | 73 | 0 | 22 | 76 | 242 | 52 | 32 |
| Binary | 100111 | 1100000 | 1001111 | 111011 | 0 | 10010 | 111110 | 10100010 | 101010 | 11010 |
Color Harmonies of #27604F
Complementary color
Monochromatic Colors of #27604F
Black with #27604F
Text Example
Text Example
White with #27604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27604F; }
p { color: rgb(39,96,79); }
H1.HeaderClassName
{
color: #27604F;
}
.AnyTagClassName
{
color: #27604F;
}
</style>
background-color css
<style>
a { background-color: #27604F; }
a { background-color: rgb(39,96,79); }
div.DivClassName
{
background-color: #27604F;
}
.BgClassName
{
background-color: #27604F;
}
</style>
border-color css
<style>
span { border-color: #27604F; }
span { border-color: rgb(39,96,79); }
td.TdClassName
{
border-color: #27604F;
}
.TagClassName
{
border-color: #27604F;
}
</style>