Html Css Color HEX #145847 Evening Sea

📋 copy color: '#145847'

red 20 ◦ green 88 ◦ blue 71

#145847
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #145847

Tints of Evening Sea #145847

RGB

 RED value IS 20 (8.2% from 255) = 11.17%

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 11.17%
G = 49.16%
B = 39.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#145847 (or 0x145847) is known color: 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

RGB 20 88 71 -
CMYK 0.77 0 0.19 0.65
HSL 165º 0.63% 0.21% -
HSV(B) 165º 0.77% 0.35% -
XYZ 4.92 7.58 7.17 -
YUV 65.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 20 88 71 0.77 0 0.19 0.65 165 0.63 0.21
Hex 14 58 47 4D 0 13 41 A5 3F 15
Octal 24 130 107 115 0 23 101 245 77 25
Binary 10100 1011000 1000111 1001101 0 10011 1000001 10100101 111111 10101

Color Harmonies of #145847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145847

Black with #145847

Text Example


Text Example

White with #145847

Text Example


Text Example

HTML Codes & Css Web 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>