#13604F

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

Shades of Evening Sea #13604F

Tints of Evening Sea #13604F

Color information

#13604F (or 0x13604F) is unknown color: approx Evening Sea. HEX triplet: 13, 60 and 4F. RGB value is (19,96,79). Sum of RGB (Red+Green+Blue) = 19+96+79=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #13604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13604F is #EC9FB0. Grayscale: #474747. Windows color (decimal): -15507377 or 5201939. OLE color: 5201939.

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

Color convert

RGB199679-
CMYK0.8000.180.62
HSL166.75º66.96%22.55%-
HSV(B)166.75º80.21%37.65%-
XYZ5.869.078.84-
YUV71.04132.4990.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=9.79%
G=49.48%
B=40.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996790.8000.180.62166.7566.9622.55
Hex13604F500123Ea74317
Octal231401171200227624710327
Binary1001111000001001111101000001001011111010100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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