Html Css Color HEX #13784E Salem

📋 copy color: '#13784E'

red 19 ◦ green 120 ◦ blue 78

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

Shades of Salem #13784E

Tints of Salem #13784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 8.76%
G = 55.3%
B = 35.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#13784E (or 0x13784E) is known color: Salem. HEX triplet: 13, 78 and 4E. RGB value is (19,120,78). Sum of RGB (Red+Green+Blue) = 19+120+78=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #13784E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13784E is #EC87B1. Grayscale: #555555. Windows color (decimal): -15501234 or 5142547. OLE color: 5142547.

HSL color Cylindrical-coordinate representation of color #13784E: hue angle of 155.05º 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 #13784E is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 78 -
CMYK 0.84 0 0.35 0.53
HSL 155.05º 0.73% 0.27% -
HSV(B) 155.05º 0.84% 0.47% -
XYZ 8.36 14.12 9.49 -
YUV 85.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 19 120 78 0.84 0 0.35 0.53 155.05 0.73 0.27
Hex 13 78 4E 54 0 23 35 9B 49 1B
Octal 23 170 116 124 0 43 65 233 111 33
Binary 10011 1111000 1001110 1010100 0 100011 110101 10011011 1001001 11011

Color Harmonies of #13784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13784E

Black with #13784E

Text Example


Text Example

White with #13784E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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