#13604E

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

Shades of Evening Sea #13604E

Tints of Evening Sea #13604E

Color information

#13604E (or 0x13604E) is unknown color: approx Evening Sea. HEX triplet: 13, 60 and 4E. RGB value is (19,96,78). Sum of RGB (Red+Green+Blue) = 19+96+78=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #13604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13604E is #EC9FB1. Grayscale: #464646. Windows color (decimal): -15507378 or 5136403. OLE color: 5136403.

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

Color convert

RGB199678-
CMYK0.8000.190.62
HSL165.97º66.96%22.55%-
HSV(B)165.97º80.21%37.65%-
XYZ5.839.058.65-
YUV70.92131.9990.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=9.84%
G=49.74%
B=40.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996780.8000.190.62165.9766.9622.55
Hex13604E500133Ea64317
Octal231401161200237624610327
Binary1001111000001001110101000001001111111010100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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