#145847

Color #145847 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #145847

Tints of Evening Sea #145847

Color information

#145847 (or 0x145847) is unknown color: approx Evening Sea. HEX triplet: 14, 58 and 47. RGB value is (20,88,71). Sum of RGB (Red+Green+Blue) = 20+88+71=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #145847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145847 is #EBA7B8. Grayscale: #414141. Windows color (decimal): -15443897 or 4675604. OLE color: 4675604.

HSL color Cylindrical-coordinate representation of color #145847: hue angle of 165º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145847 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB208871-
CMYK0.7700.190.65
HSL165º62.96%21.18%-
HSV(B)165º77.27%34.51%-
XYZ4.927.587.17-
YUV65.73130.9795.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=11.17%
G=49.16%
B=39.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088710.7700.190.6516562.9621.18
Hex1458474D01341a53f15
Octal241301071150231012457725
Binary1010010110001000111100110101001110000011010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145847; }

 p { color: rgb(20,88,71); }

 H1.HeaderClassName
 {
   color: #145847;
 }
 .AnyTagClassName
 {
   color: #145847;
 }
</style>
background-color css

<style>
 a { background-color: #145847; }

 a { background-color: rgb(20,88,71); }

 div.DivClassName
 {
   background-color: #145847;
 }
 .BgClassName
 {
   background-color: #145847;
 }
</style>
border-color css

<style>
 span { border-color: #145847; }

 span { border-color: rgb(20,88,71); }

 td.TdClassName
 {
   border-color: #145847;
 }
 .TagClassName
 {
   border-color: #145847;
 }
</style>