Html Css Color HEX #13715F Deep Sea

📋 copy color: '#13715F'

red 19 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #13715F

Tints of Deep Sea #13715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 8.37%
G = 49.78%
B = 41.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#13715F (or 0x13715F) is known color: Deep Sea. HEX triplet: 13, 71 and 5F. RGB value is (19,113,95). Sum of RGB (Red+Green+Blue) = 19+113+95=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #13715F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13715F is #EC8EA0. Grayscale: #525252. Windows color (decimal): -15503009 or 6254867. OLE color: 6254867.

HSL color Cylindrical-coordinate representation of color #13715F: hue angle of 168.51º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13715F is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 95 -
CMYK 0.83 0 0.16 0.56
HSL 168.51º 0.71% 0.26% -
HSV(B) 168.51º 0.83% 0.44% -
XYZ 8.24 12.77 12.86 -
YUV 82.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 19 113 95 0.83 0 0.16 0.56 168.51 0.71 0.26
Hex 13 71 5F 53 0 10 38 A9 47 1A
Octal 23 161 137 123 0 20 70 251 107 32
Binary 10011 1110001 1011111 1010011 0 10000 111000 10101001 1000111 11010

Color Harmonies of #13715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13715F

Black with #13715F

Text Example


Text Example

White with #13715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,113,95); }

 H1.HeaderClassName
 {
   color: #13715F;
 }
 .AnyTagClassName
 {
   color: #13715F;
 }
</style>

background-color css

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

 a { background-color: rgb(19,113,95); }

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

border-color css

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

 span { border-color: rgb(19,113,95); }

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