Shades of Evening Sea #255C47
Tints of Evening Sea #255C47
RGB
CMYK
RGB Variations
Color information
#255C47 (or 0x255C47) is known color: Evening Sea. HEX triplet: 25, 5C and 47. RGB value is (37,92,71). Sum of RGB (Red+Green+Blue) = 37+92+71=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #255C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C47 is #DAA3B8. Grayscale: #494949. Windows color (decimal): -14328761 or 4676645. OLE color: 4676645.
HSL color Cylindrical-coordinate representation of color #255C47: hue angle of 157.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C47 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 71 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.64 |
| HSL | 157.09º | 0.43% | 0.25% | - |
| HSV(B) | 157.09º | 0.6% | 0.36% | - |
| XYZ | 5.73 | 8.5 | 7.3 | - |
| YUV | 73.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 71 | 0.60 | 0 | 0.23 | 0.64 | 157.09 | 0.43 | 0.25 |
| Hex | 25 | 5C | 47 | 3C | 0 | 17 | 40 | 9D | 2B | 19 |
| Octal | 45 | 134 | 107 | 74 | 0 | 27 | 100 | 235 | 53 | 31 |
| Binary | 100101 | 1011100 | 1000111 | 111100 | 0 | 10111 | 1000000 | 10011101 | 101011 | 11001 |
Color Harmonies of #255C47
Complementary color
Monochromatic Colors of #255C47
Black with #255C47
Text Example
Text Example
White with #255C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C47; }
p { color: rgb(37,92,71); }
H1.HeaderClassName
{
color: #255C47;
}
.AnyTagClassName
{
color: #255C47;
}
</style>
background-color css
<style>
a { background-color: #255C47; }
a { background-color: rgb(37,92,71); }
div.DivClassName
{
background-color: #255C47;
}
.BgClassName
{
background-color: #255C47;
}
</style>
border-color css
<style>
span { border-color: #255C47; }
span { border-color: rgb(37,92,71); }
td.TdClassName
{
border-color: #255C47;
}
.TagClassName
{
border-color: #255C47;
}
</style>