Shades of Evening Sea #28644C
Tints of Evening Sea #28644C
RGB
CMYK
RGB Variations
Color information
#28644C (or 0x28644C) is known color: Evening Sea. HEX triplet: 28, 64 and 4C. RGB value is (40,100,76). Sum of RGB (Red+Green+Blue) = 40+100+76=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #28644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28644C is #D79BB3. Grayscale: #4F4F4F. Windows color (decimal): -14130100 or 5006376. OLE color: 5006376.
HSL color Cylindrical-coordinate representation of color #28644C: hue angle of 156º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28644C is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 76 | - |
| CMYK | 0.6 | 0 | 0.24 | 0.61 |
| HSL | 156º | 0.43% | 0.27% | - |
| HSV(B) | 156º | 0.6% | 0.39% | - |
| XYZ | 6.74 | 10.09 | 8.43 | - |
| YUV | 79.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 76 | 0.6 | 0 | 0.24 | 0.61 | 156 | 0.43 | 0.27 |
| Hex | 28 | 64 | 4C | 3C | 0 | 18 | 3D | 9C | 2B | 1B |
| Octal | 50 | 144 | 114 | 74 | 0 | 30 | 75 | 234 | 53 | 33 |
| Binary | 101000 | 1100100 | 1001100 | 111100 | 0 | 11000 | 111101 | 10011100 | 101011 | 11011 |
Color Harmonies of #28644C
Complementary color
Monochromatic Colors of #28644C
Black with #28644C
Text Example
Text Example
White with #28644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28644C; }
p { color: rgb(40,100,76); }
H1.HeaderClassName
{
color: #28644C;
}
.AnyTagClassName
{
color: #28644C;
}
</style>
background-color css
<style>
a { background-color: #28644C; }
a { background-color: rgb(40,100,76); }
div.DivClassName
{
background-color: #28644C;
}
.BgClassName
{
background-color: #28644C;
}
</style>
border-color css
<style>
span { border-color: #28644C; }
span { border-color: rgb(40,100,76); }
td.TdClassName
{
border-color: #28644C;
}
.TagClassName
{
border-color: #28644C;
}
</style>