#13614E

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

Shades of Evening Sea #13614E

Tints of Evening Sea #13614E

Color information

#13614E (or 0x13614E) is unknown color: approx Evening Sea. HEX triplet: 13, 61 and 4E. RGB value is (19,97,78). Sum of RGB (Red+Green+Blue) = 19+97+78=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #13614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13614E is #EC9EB1. Grayscale: #474747. Windows color (decimal): -15507122 or 5136659. OLE color: 5136659.

HSL color Cylindrical-coordinate representation of color #13614E: hue angle of 165.38º 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 #13614E is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB199778-
CMYK0.8000.200.62
HSL165.38º67.24%22.75%-
HSV(B)165.38º80.41%38.04%-
XYZ5.929.248.68-
YUV71.51131.6690.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=9.79%
G=50%
B=40.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997780.8000.200.62165.3867.2422.75
Hex13614E500143Ea54317
Octal231411161200247624510327
Binary1001111000011001110101000001010011111010100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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