Html Css Color HEX #13735B Deep Sea

📋 copy color: '#13735B'

red 19 ◦ green 115 ◦ blue 91

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

Shades of Deep Sea #13735B

Tints of Deep Sea #13735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.11%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 8.44%
G = 51.11%
B = 40.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#13735B (or 0x13735B) is known color: Deep Sea. HEX triplet: 13, 73 and 5B. RGB value is (19,115,91). Sum of RGB (Red+Green+Blue) = 19+115+91=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #13735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735B is #EC8CA4. Grayscale: #535353. Windows color (decimal): -15502501 or 5993235. OLE color: 5993235.

HSL color Cylindrical-coordinate representation of color #13735B: hue angle of 165º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13735B is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 91 -
CMYK 0.83 0 0.21 0.55
HSL 165º 0.72% 0.26% -
HSV(B) 165º 0.83% 0.45% -
XYZ 8.29 13.16 12 -
YUV 83.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 19 115 91 0.83 0 0.21 0.55 165 0.72 0.26
Hex 13 73 5B 53 0 15 37 A5 48 1A
Octal 23 163 133 123 0 25 67 245 110 32
Binary 10011 1110011 1011011 1010011 0 10101 110111 10100101 1001000 11010

Color Harmonies of #13735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13735B

Black with #13735B

Text Example


Text Example

White with #13735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13735B; }

 p { color: rgb(19,115,91); }

 H1.HeaderClassName
 {
   color: #13735B;
 }
 .AnyTagClassName
 {
   color: #13735B;
 }
</style>

background-color css

<style>
 a { background-color: #13735B; }

 a { background-color: rgb(19,115,91); }

 div.DivClassName
 {
   background-color: #13735B;
 }
 .BgClassName
 {
   background-color: #13735B;
 }
</style>

border-color css

<style>
 span { border-color: #13735B; }

 span { border-color: rgb(19,115,91); }

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