#13614D

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

Shades of Evening Sea #13614D

Tints of Evening Sea #13614D

Color information

#13614D (or 0x13614D) is unknown color: approx Evening Sea. HEX triplet: 13, 61 and 4D. RGB value is (19,97,77). Sum of RGB (Red+Green+Blue) = 19+97+77=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #13614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13614D is #EC9EB2. Grayscale: #474747. Windows color (decimal): -15507123 or 5071123. OLE color: 5071123.

HSL color Cylindrical-coordinate representation of color #13614D: hue angle of 164.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13614D is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB199777-
CMYK0.8000.210.62
HSL164.62º67.24%22.75%-
HSV(B)164.62º80.41%38.04%-
XYZ5.889.228.49-
YUV71.4131.1690.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=9.84%
G=50.26%
B=39.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997770.8000.210.62164.6267.2422.75
Hex13614D500153Ea54317
Octal231411151200257624510327
Binary1001111000011001101101000001010111111010100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13614D; }

 p { color: rgb(19,97,77); }

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

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

 a { background-color: rgb(19,97,77); }

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

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

 span { border-color: rgb(19,97,77); }

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