Html Css Color HEX #13885E Deep Sea

📋 copy color: '#13885E'

red 19 ◦ green 136 ◦ blue 94

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

Shades of Deep Sea #13885E

Tints of Deep Sea #13885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 7.63%
G = 54.62%
B = 37.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#13885E (or 0x13885E) is known color: Deep Sea. HEX triplet: 13, 88 and 5E. RGB value is (19,136,94). Sum of RGB (Red+Green+Blue) = 19+136+94=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #13885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13885E is #EC77A1. Grayscale: #606060. Windows color (decimal): -15497122 or 6195219. OLE color: 6195219.

HSL color Cylindrical-coordinate representation of color #13885E: hue angle of 158.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13885E is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 94 -
CMYK 0.86 0 0.31 0.47
HSL 158.46º 0.75% 0.3% -
HSV(B) 158.46º 0.86% 0.53% -
XYZ 11.09 18.55 13.59 -
YUV 96.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 19 136 94 0.86 0 0.31 0.47 158.46 0.75 0.3
Hex 13 88 5E 56 0 1F 2F 9E 4B 1E
Octal 23 210 136 126 0 37 57 236 113 36
Binary 10011 10001000 1011110 1010110 0 11111 101111 10011110 1001011 11110

Color Harmonies of #13885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13885E

Black with #13885E

Text Example


Text Example

White with #13885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13885E; }

 p { color: rgb(19,136,94); }

 H1.HeaderClassName
 {
   color: #13885E;
 }
 .AnyTagClassName
 {
   color: #13885E;
 }
</style>

background-color css

<style>
 a { background-color: #13885E; }

 a { background-color: rgb(19,136,94); }

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

border-color css

<style>
 span { border-color: #13885E; }

 span { border-color: rgb(19,136,94); }

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