Html Css Color HEX #13785C Deep Sea

📋 copy color: '#13785C'

red 19 ◦ green 120 ◦ blue 92

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

Shades of Deep Sea #13785C

Tints of Deep Sea #13785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.95%

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 8.23%
G = 51.95%
B = 39.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#13785C (or 0x13785C) is known color: Deep Sea. HEX triplet: 13, 78 and 5C. RGB value is (19,120,92). Sum of RGB (Red+Green+Blue) = 19+120+92=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #13785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13785C is #EC87A3. Grayscale: #565656. Windows color (decimal): -15501220 or 6060051. OLE color: 6060051.

HSL color Cylindrical-coordinate representation of color #13785C: hue angle of 163.37º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13785C is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 92 -
CMYK 0.84 0 0.23 0.53
HSL 163.37º 0.73% 0.27% -
HSV(B) 163.37º 0.84% 0.47% -
XYZ 8.92 14.34 12.42 -
YUV 86.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 19 120 92 0.84 0 0.23 0.53 163.37 0.73 0.27
Hex 13 78 5C 54 0 17 35 A3 49 1B
Octal 23 170 134 124 0 27 65 243 111 33
Binary 10011 1111000 1011100 1010100 0 10111 110101 10100011 1001001 11011

Color Harmonies of #13785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13785C

Black with #13785C

Text Example


Text Example

White with #13785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13785C; }

 p { color: rgb(19,120,92); }

 H1.HeaderClassName
 {
   color: #13785C;
 }
 .AnyTagClassName
 {
   color: #13785C;
 }
</style>

background-color css

<style>
 a { background-color: #13785C; }

 a { background-color: rgb(19,120,92); }

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

border-color css

<style>
 span { border-color: #13785C; }

 span { border-color: rgb(19,120,92); }

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