Shades of Evening Sea #205A45
Tints of Evening Sea #205A45
RGB
CMYK
RGB Variations
Color information
#205A45 (or 0x205A45) is known color: Evening Sea. HEX triplet: 20, 5A and 45. RGB value is (32,90,69). Sum of RGB (Red+Green+Blue) = 32+90+69=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #205A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A45 is #DFA5BA. Grayscale: #464646. Windows color (decimal): -14656955 or 4545056. OLE color: 4545056.
HSL color Cylindrical-coordinate representation of color #205A45: hue angle of 158.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A45 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 69 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.65 |
| HSL | 158.28º | 0.48% | 0.24% | - |
| HSV(B) | 158.28º | 0.64% | 0.35% | - |
| XYZ | 5.33 | 8.05 | 6.9 | - |
| YUV | 70.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 69 | 0.64 | 0 | 0.23 | 0.65 | 158.28 | 0.48 | 0.24 |
| Hex | 20 | 5A | 45 | 40 | 0 | 17 | 41 | 9E | 30 | 18 |
| Octal | 40 | 132 | 105 | 100 | 0 | 27 | 101 | 236 | 60 | 30 |
| Binary | 100000 | 1011010 | 1000101 | 1000000 | 0 | 10111 | 1000001 | 10011110 | 110000 | 11000 |
Color Harmonies of #205A45
Complementary color
Monochromatic Colors of #205A45
Black with #205A45
Text Example
Text Example
White with #205A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A45; }
p { color: rgb(32,90,69); }
H1.HeaderClassName
{
color: #205A45;
}
.AnyTagClassName
{
color: #205A45;
}
</style>
background-color css
<style>
a { background-color: #205A45; }
a { background-color: rgb(32,90,69); }
div.DivClassName
{
background-color: #205A45;
}
.BgClassName
{
background-color: #205A45;
}
</style>
border-color css
<style>
span { border-color: #205A45; }
span { border-color: rgb(32,90,69); }
td.TdClassName
{
border-color: #205A45;
}
.TagClassName
{
border-color: #205A45;
}
</style>