#13604D

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

Shades of Evening Sea #13604D

Tints of Evening Sea #13604D

Color information

#13604D (or 0x13604D) is unknown color: approx Evening Sea. HEX triplet: 13, 60 and 4D. RGB value is (19,96,77). Sum of RGB (Red+Green+Blue) = 19+96+77=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #13604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13604D is #EC9FB2. Grayscale: #464646. Windows color (decimal): -15507379 or 5070867. OLE color: 5070867.

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

Color convert

RGB199677-
CMYK0.8000.200.62
HSL165.19º66.96%22.55%-
HSV(B)165.19º80.21%37.65%-
XYZ5.799.048.46-
YUV70.81131.4991.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=9.90%
G=50%
B=40.10%

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
Decimal1996770.8000.200.62165.1966.9622.55
Hex13604D500143Ea54317
Octal231401151200247624510327
Binary1001111000001001101101000001010011111010100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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