Html Css Color HEX #13604D Evening Sea

📋 copy color: '#13604D'

red 19 ◦ green 96 ◦ blue 77

#13604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #13604D

Tints of Evening Sea #13604D

RGB

 RED value IS 19 (7.81% from 255) = 9.9%

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 9.9%
G = 50%
B = 40.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#13604D (or 0x13604D) is known color: 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

RGB 19 96 77 -
CMYK 0.80 0 0.20 0.62
HSL 165.19º 0.67% 0.23% -
HSV(B) 165.19º 0.8% 0.38% -
XYZ 5.79 9.04 8.46 -
YUV 70.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 19 96 77 0.80 0 0.20 0.62 165.19 0.67 0.23
Hex 13 60 4D 50 0 14 3E A5 43 17
Octal 23 140 115 120 0 24 76 245 103 27
Binary 10011 1100000 1001101 1010000 0 10100 111110 10100101 1000011 10111

Color Harmonies of #13604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13604D

Black with #13604D

Text Example


Text Example

White with #13604D

Text Example


Text Example

HTML Codes & Css Web 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>